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

Function fm

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

Source from the content-addressed store, hash-verified

355 use serde_json::json;
356
357 fn fm() -> Map<String, Value> {
358 json!({ "id": "WORD-5", "title": "t", "status": "todo" })
359 .as_object()
360 .unwrap()
361 .clone()
362 }
363
364 #[test]
365 fn lifts_scope_in_out_and_constraints() {

Calls 2

cloneMethod · 0.45
unwrapMethod · 0.45