MCPcopy Create free account
hub / github.com/dprint/jsonc-parser / create_null_keyword

Function create_null_keyword

src/parse_to_ast.rs:463–467  ·  view source on GitHub ↗
(context: &Context)

Source from the content-addressed store, hash-verified

461}
462
463fn create_null_keyword(context: &Context) -> NullKeyword {
464 NullKeyword {
465 range: context.create_range_from_last_token(),
466 }
467}
468
469#[cfg(test)]
470mod tests {

Callers 1

parse_valueFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…