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

Class NullKeyword

src/ast.rs:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236/// Represents the null keyword (ex. `null`).
237#[derive(Debug, PartialEq, Clone)]
238pub struct NullKeyword {
239 pub range: Range,
240}
241
242/// Represents an object that may contain properties (ex. `{}`, `{ "prop": 4 }`).
243#[derive(Debug, PartialEq, Clone)]

Callers 3

parse_valueFunction · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…