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

Function frontmatter_name

atomic-cli/src/commands/vault/context.rs:634–636  ·  view source on GitHub ↗
(frontmatter_json: &str)

Source from the content-addressed store, hash-verified

632}
633
634fn frontmatter_name(frontmatter_json: &str) -> Option<String> {
635 frontmatter_string(frontmatter_json, &["name"])
636}
637
638fn frontmatter_memory_id(frontmatter_json: &str) -> Option<String> {
639 let id = frontmatter_string(frontmatter_json, &["@id", "uid", "id"])?;

Callers 1

resolve_and_rankFunction · 0.85

Calls 1

frontmatter_stringFunction · 0.85

Tested by

no test coverage detected