MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / end

Method end

src/data/parse/json.rs:251–254  ·  view source on GitHub ↗
(&self, pos: Self::Pos)

Source from the content-addressed store, hash-verified

249
250
251 fn end(&self, pos: Self::Pos) -> bool
252 {
253 pos.idx() as usize >= self.len()
254 }
255}
256
257

Callers

nothing calls this directly

Calls 2

idxMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected