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

Class NumberLit

src/ast.rs:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222/// Represents a number (ex. `123`, `99.99`, `-1.2e+2`).
223#[derive(Debug, PartialEq, Clone)]
224pub struct NumberLit<'a> {
225 pub range: Range,
226 pub value: &'a str,
227}
228
229/// Represents a boolean (ex. `true` or `false`).
230#[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…