MCPcopy 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_lineFunction · 0.45
parse_litellm_jsonFunction · 0.45
lookupFunction · 0.45
fmtMethod · 0.45

Calls 1

stringsMethod · 0.80

Tested by

no test coverage detected