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

Function python_parse_string_array_unique

crates/jiter/benches/python.rs:110–112  ·  view source on GitHub ↗
(c: &mut Criterion)

Source from the content-addressed store, hash-verified

108}
109
110fn python_parse_string_array_unique(c: &mut Criterion) {
111 python_parse_file("./benches/string_array_unique.json", c, StringCacheMode::All);
112}
113
114fn python_parse_true_object(c: &mut Criterion) {
115 python_parse_file("./benches/true_object.json", c, StringCacheMode::All);

Callers

nothing calls this directly

Calls 1

python_parse_fileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…