MCPcopy Create free account
hub / github.com/AI45Lab/Code / string_vec

Method string_vec

core/tests/test_persisted_schema_roundtrip.rs:146–148  ·  view source on GitHub ↗
(&mut self, max: u64)

Source from the content-addressed store, hash-verified

144 }
145 }
146 fn string_vec(&mut self, max: u64) -> Vec<String> {
147 (0..self.below(max + 1)).map(|_| self.string()).collect()
148 }
149 /// Small `serde_json::Value` whose re-serialization is order-stable
150 /// (object keys are fixed and few).
151 fn json_value(&mut self, depth: u8) -> serde_json::Value {

Callers 4

gen_verification_checkFunction · 0.80
gen_verification_reportFunction · 0.80
gen_trace_eventFunction · 0.80
gen_session_dataFunction · 0.80

Calls 2

belowMethod · 0.80
stringMethod · 0.80

Tested by

no test coverage detected