MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / as_key

Method as_key

src/hooks/tool_hints.rs:19–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18impl HintAgent {
19 pub(crate) fn as_key(self) -> &'static str {
20 match self {
21 HintAgent::Claude => "claude",
22 HintAgent::Cursor => "cursor",
23 HintAgent::Codex => "codex",
24 HintAgent::Kiro => "kiro",
25 }
26 }
27}
28
29#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]

Callers 1

saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected