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

Function default_kind

atomic-canonical/src/node.rs:239–241  ·  view source on GitHub ↗

The default intent classification. An ordinary unit of work is a `"feature"`.

()

Source from the content-addressed store, hash-verified

237
238/// The default intent classification. An ordinary unit of work is a `"feature"`.
239pub fn default_kind() -> String {
240 "feature".to_string()
241}
242
243/// Whether a `kind` holds the default value. When it does, the field is omitted
244/// from serialization entirely, so an ordinary intent's JSON (and its

Callers 5

attested_baseFunction · 0.85
nodeFunction · 0.85

Calls

no outgoing calls