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

Class BooleanLit

src/ast.rs:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229/// Represents a boolean (ex. `true` or `false`).
230#[derive(Debug, PartialEq, Clone)]
231pub struct BooleanLit {
232 pub range: Range,
233 pub value: bool,
234}
235
236/// Represents the null keyword (ex. `null`).
237#[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…