Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
15
lifts_kind_review_from_frontmatter
Function · 0.70
absent_kind_defaults_to_feature_and_omits_the_key
Function · 0.70
lifts_ref_reviews
Function · 0.70
lifts_scope_in_out_and_constraints
Function · 0.70
scope_out_lifts_file_refs
Function · 0.70
empty_scope_files_emit_no_key
Function · 0.70
empty_verifications_and_required_kinds_emit_no_keys
Function · 0.70
lifts_verification_records_and_required_kinds
Function · 0.70
task_satisfies_single_criterion
Function · 0.70
task_satisfies_multiple_criteria_via_criteria_alias
Function · 0.70
task_satisfies_tolerates_whitespace_and_empty_entries
Function · 0.70
task_without_criteria_has_empty_satisfies
Function · 0.70
Calls
2
clone
Method · 0.45
unwrap
Method · 0.45
Tested by
15
lifts_kind_review_from_frontmatter
Function · 0.56
absent_kind_defaults_to_feature_and_omits_the_key
Function · 0.56
lifts_ref_reviews
Function · 0.56
lifts_scope_in_out_and_constraints
Function · 0.56
scope_out_lifts_file_refs
Function · 0.56
empty_scope_files_emit_no_key
Function · 0.56
empty_verifications_and_required_kinds_emit_no_keys
Function · 0.56
lifts_verification_records_and_required_kinds
Function · 0.56
task_satisfies_single_criterion
Function · 0.56
task_satisfies_multiple_criteria_via_criteria_alias
Function · 0.56
task_satisfies_tolerates_whitespace_and_empty_entries
Function · 0.56
task_without_criteria_has_empty_satisfies
Function · 0.56