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

Class NoopKeyCheck

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

Source from the content-addressed store, hash-verified

261
262#[derive(Default)]
263struct NoopKeyCheck;
264
265impl MaybeKeyCheck for NoopKeyCheck {
266 fn check(&mut self, _key: &str, _index: usize) -> JsonResult<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…