Is this an inline directive name the system lifts from prose?
(name: &str)
| 119 | |
| 120 | /// Is this an inline directive name the system lifts from prose? |
| 121 | pub fn is_known_inline_directive(name: &str) -> bool { |
| 122 | INLINE_DIRECTIVE_NAMES.contains(&name) |
| 123 | } |
| 124 | |
| 125 | /// Memory kinds (closed set; mirrors `MemoryShape` `sh:in`). Exactly one. |
| 126 | /// |
no test coverage detected