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

Function fm

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

Source from the content-addressed store, hash-verified

338 use serde_json::json;
339
340 fn fm() -> Map<String, Value> {
341 json!({ "id": "WORD-5", "title": "t", "status": "todo" })
342 .as_object()
343 .unwrap()
344 .clone()
345 }
346
347 #[test]
348 fn lifts_scope_in_out_and_constraints() {

Callers 4

lifts_ref_dependencyFunction · 0.70
kind_status_aboutFunction · 0.50

Calls 2

cloneMethod · 0.45
unwrapMethod · 0.45

Tested by 3

lifts_ref_dependencyFunction · 0.56