Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ as_str
Method
as_str
src/accounting/classifier.rs:51–53 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
49
}
50
51
pub fn as_str(&self) -> &'static str {
52
(*self).strings().0
53
}
54
55
pub fn label(&self) -> &'static str {
56
(*self).strings().1
Callers
4
parse_line
Function · 0.45
parse_litellm_json
Function · 0.45
lookup
Function · 0.45
fmt
Method · 0.45
Calls
1
strings
Method · 0.80
Tested by
no test coverage detected