MCPcopy 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_valueFunction · 0.80
spawnMethod · 0.80
wait_for_oauth_callbackFunction · 0.80
render_memory_reportFunction · 0.80
default_export_filenameFunction · 0.80
truncate_for_summaryFunction · 0.80
strip_ansiFunction · 0.80
parseMethod · 0.80
parseMethod · 0.80
imported_symbolsFunction · 0.80

Calls 1

peekMethod · 0.80

Tested by 1

spawn_serverFunction · 0.64