MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_known_inline_directive

Function is_known_inline_directive

atomic-canonical/src/vocab.rs:121–123  ·  view source on GitHub ↗

Is this an inline directive name the system lifts from prose?

(name: &str)

Source from the content-addressed store, hash-verified

119
120/// Is this an inline directive name the system lifts from prose?
121pub 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///

Callers 1

parse_inlineFunction · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected