Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InfinitiBit/graphbit
/ count
Method
count
python/src/tools/result.rs:240–242 ·
view source on GitHub ↗
Get total count
(&self)
Source
from the content-addressed store, hash-verified
238
239
/// Get total count
240
pub fn count(&self) -> usize {
241
self.results.len()
242
}
243
244
/// Get success count
245
pub fn success_count(&self) -> usize {
Callers
15
test_result_collection_creation
Method · 0.95
test_result_collection_operations
Method · 0.95
preview
Method · 0.80
get_stats
Method · 0.80
success_count
Method · 0.80
failure_count
Method · 0.80
merge_live_outcome_into_context
Method · 0.80
handle_tool_calls_in_context
Method · 0.80
new
Method · 0.80
split_text
Method · 0.80
parse_prediction_response
Method · 0.80
_find_in_file
Method · 0.80
Calls
1
len
Method · 0.80
Tested by
7
test_result_collection_creation
Method · 0.76
test_result_collection_operations
Method · 0.76
test_circuit_breaker_thread_safety
Function · 0.64
test_token_splitter
Function · 0.64
test_token_splitter_with_custom_pattern
Function · 0.64
test_concurrent_permit_contention
Function · 0.64
test_concurrent_error_handling
Function · 0.64