MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / json

Method json

atomic-cli/src/commands/intent/list.rs:80–86  ·  view source on GitHub ↗

The machine-consumable JSON token.

(self)

Source from the content-addressed store, hash-verified

78
79 /// The machine-consumable JSON token.
80 fn json(self) -> &'static str {
81 match self {
82 Attested::Fresh => "fresh",
83 Attested::Stale => "stale",
84 Attested::None => "none",
85 }
86 }
87}
88
89/// The result of the DID-match-then-verify rule for one row.

Callers 10

fetch_latestFunction · 0.45
executeMethod · 0.45
postMethod · 0.45
putMethod · 0.45
embed_voyageMethod · 0.45
embed_openaiMethod · 0.45
call_anthropicMethod · 0.45
call_openaiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected