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

Function python_parse_string_array

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

Source from the content-addressed store, hash-verified

92}
93
94fn python_parse_string_array(c: &mut Criterion) {
95 python_parse_file("./benches/string_array.json", c, StringCacheMode::All);
96}
97
98fn python_parse_x100_not_cached(c: &mut Criterion) {
99 python_parse_file("./benches/x100.json", c, StringCacheMode::None);

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…