Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dprint/jsonc-parser
/ byte_index
Method
byte_index
src/string.rs:70–72 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
68
}
69
70
fn byte_index(&self) -> usize {
71
self.byte_index
72
}
73
74
fn move_next_char(&mut self) -> Option<char> {
75
if let Some(current_char) = self.current_char {
Callers
1
parse_string_with_char_provider
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected