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

Function frontmatter

atomic-canonical/tests/roundtrip.rs:21–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21fn frontmatter() -> Map<String, Value> {
22 json!({
23 "id": "WORD-5",
24 "title": "Add name prompt modal",
25 "status": "todo",
26 "priority": "medium",
27 "view": "proud-moon-a08a"
28 })
29 .as_object()
30 .unwrap()
31 .clone()
32}
33
34const BODY: &str = "\
35:::why{}

Calls 2

cloneMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected