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

Method boolean

core/tests/test_persisted_schema_roundtrip.rs:80–82  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

78 }
79 }
80 fn boolean(&mut self) -> bool {
81 self.next() & 1 == 1
82 }
83 fn usize_below(&mut self, n: u64) -> usize {
84 self.below(n) as usize
85 }

Callers 15

stringMethod · 0.80
opt_stringMethod · 0.80
opt_u64Method · 0.80
opt_usizeMethod · 0.80
json_valueMethod · 0.80
gen_tool_result_contentFunction · 0.80
gen_tool_result_fieldFunction · 0.80
gen_content_blockFunction · 0.80
gen_verification_checkFunction · 0.80
gen_trace_eventFunction · 0.80
gen_subagent_taskFunction · 0.80
gen_agent_eventFunction · 0.80

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected