Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ test_record_llm_usage_basic
Function
test_record_llm_usage_basic
core/src/telemetry.rs:940–942 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
938
939
#[test]
940
fn test_record_llm_usage_basic() {
941
record_llm_usage(100, 50, 150, Some(
"end_turn"
));
942
}
943
944
#[test]
945
fn test_record_llm_usage_no_stop_reason() {
Callers
nothing calls this directly
Calls
1
record_llm_usage
Function · 0.85
Tested by
no test coverage detected