Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ failure_count
Method
failure_count
python/src/tools/result.rs:250–252 ·
view source on GitHub ↗
Get failure count
(&self)
Source
from the content-addressed store, hash-verified
248
249
/// Get failure count
250
pub fn failure_count(&self) -> usize {
251
self.results.iter().filter(|r| !r.success).count()
252
}
253
254
/// Get success rate as percentage
255
pub fn success_rate(&self) -> f64 {
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected