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

Function fm

atomic-canonical/src/lift.rs:413–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411 use serde_json::json;
412
413 fn fm() -> Map<String, Value> {
414 json!({ "id": "WORD-5", "title": "t", "status": "todo" })
415 .as_object()
416 .unwrap()
417 .clone()
418 }
419
420 #[test]
421 fn lifts_kind_review_from_frontmatter() {

Calls 2

cloneMethod · 0.45
unwrapMethod · 0.45