Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
string
Method · 0.80
opt_string
Method · 0.80
opt_u64
Method · 0.80
opt_usize
Method · 0.80
json_value
Method · 0.80
gen_tool_result_content
Function · 0.80
gen_tool_result_field
Function · 0.80
gen_content_block
Function · 0.80
gen_verification_check
Function · 0.80
gen_trace_event
Function · 0.80
gen_subagent_task
Function · 0.80
gen_agent_event
Function · 0.80
Calls
1
next
Method · 0.45
Tested by
no test coverage detected