()
| 484 | } |
| 485 | |
| 486 | fn enum1_abc_schema() -> Schema { |
| 487 | Schema::parse_str(r#"{"type":"enum", "name":"Enum1", "symbols":["A","B","C"]}"#).unwrap() |
| 488 | } |
| 489 | |
| 490 | fn enum1_bc_schema() -> Schema { |
| 491 | Schema::parse_str(r#"{"type":"enum", "name":"Enum1", "symbols":["B","C"]}"#).unwrap() |
nothing calls this directly
no outgoing calls
no test coverage detected