bread/graphify-out/cache/ast/v0.9.32/a821b0ae147a4176096182885030d2f8110a1af0056e643bed85decb767d0d62.json
Breadway 96639516b1
All checks were successful
dev release / build (push) Successful in 1m33s
can't be bothered writing a commit message
2026-08-03 09:37:15 +08:00

1 line
No EOL
8.7 KiB
JSON

{"nodes": [{"id": "$graphify-root$_bread_shared_src_glob_rs", "label": "glob.rs", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L1"}, {"id": "$graphify-root$_bread_shared_src_glob_matches_pattern", "label": "matches_pattern()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L16"}, {"id": "$graphify-root$_bread_shared_src_glob_matches_glob", "label": "matches_glob()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L26"}, {"id": "$graphify-root$_bread_shared_src_glob_exact_match", "label": "exact_match()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L82"}, {"id": "$graphify-root$_bread_shared_src_glob_single_segment_wildcard", "label": "single_segment_wildcard()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L94"}, {"id": "$graphify-root$_bread_shared_src_glob_recursive_wildcard", "label": "recursive_wildcard()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L104"}, {"id": "$graphify-root$_bread_shared_src_glob_single_char_wildcard", "label": "single_char_wildcard()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L114"}, {"id": "$graphify-root$_bread_shared_src_glob_star_does_not_cross_dot_segments", "label": "star_does_not_cross_dot_segments()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L121"}, {"id": "$graphify-root$_bread_shared_src_glob_double_star_matches_zero_or_more_segments", "label": "double_star_matches_zero_or_more_segments()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L133"}, {"id": "$graphify-root$_bread_shared_src_glob_empty_pattern_matches_only_empty_text", "label": "empty_pattern_matches_only_empty_text()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L139"}, {"id": "$graphify-root$_bread_shared_src_glob_empty_text_only_matches_wildcards", "label": "empty_text_only_matches_wildcards()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L145"}, {"id": "$graphify-root$_bread_shared_src_glob_dot_double_star_matches_exact_prefix_with_zero_segments", "label": "dot_double_star_matches_exact_prefix_with_zero_segments()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L151"}, {"id": "$graphify-root$_bread_shared_src_glob_dot_double_star_does_not_match_sibling_prefix", "label": "dot_double_star_does_not_match_sibling_prefix()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L156"}, {"id": "$graphify-root$_bread_shared_src_glob_mid_pattern_star_does_not_cross_dots", "label": "mid_pattern_star_does_not_cross_dots()", "file_type": "code", "source_file": "bread-shared/src/glob.rs", "source_location": "L165"}], "edges": [{"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_matches_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L16", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_matches_glob", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L26", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "super", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L79", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_exact_match", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L82", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_single_segment_wildcard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L94", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_recursive_wildcard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L104", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_single_char_wildcard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L114", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_star_does_not_cross_dot_segments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L121", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_double_star_matches_zero_or_more_segments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L133", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_empty_pattern_matches_only_empty_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L139", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_empty_text_only_matches_wildcards", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L145", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_dot_double_star_matches_exact_prefix_with_zero_segments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L151", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_dot_double_star_does_not_match_sibling_prefix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L156", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_rs", "target": "$graphify-root$_bread_shared_src_glob_mid_pattern_star_does_not_cross_dots", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L165", "weight": 1.0}, {"source": "$graphify-root$_bread_shared_src_glob_matches_pattern", "target": "$graphify-root$_bread_shared_src_glob_matches_glob", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-shared/src/glob.rs", "source_location": "L23", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_pattern", "callee": "strip_suffix", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L17"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_pattern", "callee": "starts_with", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L18"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_pattern", "callee": "as_bytes", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L23"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_pattern", "callee": "as_bytes", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L23"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "matches_glob", "is_member_call": false, "source_file": "bread-shared/src/glob.rs", "source_location": "L41"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "matches_glob", "is_member_call": false, "source_file": "bread-shared/src/glob.rs", "source_location": "L52"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "matches_glob", "is_member_call": false, "source_file": "bread-shared/src/glob.rs", "source_location": "L66"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "copied", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L69"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "first", "is_member_call": true, "source_file": "bread-shared/src/glob.rs", "source_location": "L69"}, {"caller_nid": "$graphify-root$_bread_shared_src_glob_matches_glob", "callee": "matches_glob", "is_member_call": false, "source_file": "bread-shared/src/glob.rs", "source_location": "L72"}]}