Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dprint/jsonc-parser
/ token
Method
token
src/parse_to_ast.rs:137–139 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
135
}
136
137
pub fn token(&self) -> Option<Token<'a>> {
138
self.scanner.token()
139
}
140
141
pub fn start_range(&mut self) {
142
self.range_stack.push(Range {
Callers
3
parse_value
Function · 0.45
parse_object
Function · 0.45
parse_array
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected