MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / pos

Method pos

std/json/src/main/tokenizer.rs:32–32  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn pos(&self) -> usize { self.pos }
33
34 fn err(&self, msg: impl Into<String>) -> JsonError {
35 JsonError { msg: msg.into(), pos: self.pos }

Callers 5

parseFunction · 0.80
parse_value_withFunction · 0.80
parse_arrayFunction · 0.80
parse_objectFunction · 0.80
parse_object_pairsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected