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

Function is_id_key

src/mcp/tools/render.rs:384–386  ·  view source on GitHub ↗
(k: &str)

Source from the content-addressed store, hash-verified

382}
383
384fn is_id_key(k: &str) -> bool {
385 matches!(k, "id" | "node_id" | "qualified_name" | "signature") || k.ends_with("_id")
386}
387
388/// True for keys that carry a UNIX epoch timestamp worth humanizing
389/// (e.g. `created_at`, `last_sync_time`, `expires_at`).

Callers 1

cell_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected