Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ next
Method
next
claw-code/rust/crates/runtime/src/json.rs:320–324 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
318
}
319
320
fn next(&mut self) -> Option<char> {
321
let ch = self.peek()?;
322
self.index += 1;
323
Some(ch)
324
}
325
326
fn is_eof(&self) -> bool {
327
self.index >= self.chars.len()
Callers
15
extract_quoted_value
Function · 0.80
spawn
Method · 0.80
wait_for_oauth_callback
Function · 0.80
parse_git_status_metadata
Function · 0.80
render_memory_report
Function · 0.80
default_export_filename
Function · 0.80
format_structured_patch_preview
Function · 0.80
truncate_for_summary
Function · 0.80
strip_ansi
Function · 0.80
parse
Method · 0.80
parse
Method · 0.80
imported_symbols
Function · 0.80
Calls
1
peek
Method · 0.80
Tested by
1
spawn_server
Function · 0.64