circleci
0 of 11 new or added lines in 3 files covered. (0.0%)
7089 of 7687 relevant lines covered (92.22%)
422.39 hits per line
| 1 |
use marctk::Record; |
|
| 2 |
|
|
| 3 |
// We use this SCSB check for multiple workflows
|
|
|
NEW
|
pub fn is_scsb(record: &Record) -> bool {
|
× |
|
NEW
|
record |
× |
|
NEW
|
.get_control_fields("001")
|
× |
|
NEW
|
.iter() |
× |
|
NEW
|
.any(|field| field.content().starts_with("SCSB-"))
|
× |
|
NEW
|
} |
× |