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

Method token_start

src/scanner.rs:124–126  ·  view source on GitHub ↗

Gets the start position of the token.

(&self)

Source from the content-addressed store, hash-verified

122
123 /// Gets the start position of the token.
124 pub fn token_start(&self) -> usize {
125 self.token_start
126 }
127
128 /// Gets the end position of the token.
129 pub fn token_end(&self) -> usize {

Callers 7

deserialize_enumMethod · 0.80
deserialize_tokenFunction · 0.80
scan_object_entryMethod · 0.80
scan_array_commaMethod · 0.80
scanMethod · 0.80
start_rangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected