MCPcopy Create free account
hub / github.com/pydantic/jiter / MaybeKeyCheck

Interface MaybeKeyCheck

crates/jiter/src/python.rs:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258trait MaybeKeyCheck: Default {
259 fn check(&mut self, key: &str, index: usize) -> JsonResult<()>;
260}
261
262#[derive(Default)]
263struct NoopKeyCheck;

Callers

nothing calls this directly

Implementers 1

python.rscrates/jiter/src/python.rs

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…