Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_scope_in_out_and_constraints
Function · 0.70
lifts_ref_dependency
Function · 0.70
lifts_inline_ref_from_why_prose
Function · 0.70
kind_status_about
Function · 0.50
Calls
2
clone
Method · 0.45
unwrap
Method · 0.45
Tested by
3
lifts_scope_in_out_and_constraints
Function · 0.56
lifts_ref_dependency
Function · 0.56
lifts_inline_ref_from_why_prose
Function · 0.56