Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dprint/jsonc-parser
/ text
Method
text
src/string.rs:82–84 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
80
}
81
82
fn text(&self) -> &'a str {
83
self.text
84
}
85
}
86
87
let mut chars = text.chars();
Callers
1
parse_string_with_char_provider
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected