breadbar/graphify-out/cache/ast/v0.9.32/2d910462b5bf402986b7ed7e0f2131ccc800274c35dfb0c68307205add07d84a.json
Breadway d16ec3f6b4
Some checks failed
check / check (push) Failing after 48s
Changed Text Sizing
updated text sizing to better match the bar size, and increase
readability.
2026-08-18 09:54:35 +08:00

1 line
No EOL
5.7 KiB
JSON

{"nodes": [{"id": "$graphify-root$_src_bar_clock_rs", "label": "clock.rs", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L1"}, {"id": "$graphify-root$_src_bar_clock_now", "label": "now()", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L4"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/clock.rs"}, {"id": "$graphify-root$_src_bar_clock_time", "label": "time()", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L8"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/clock.rs"}, {"id": "$graphify-root$_src_bar_clock_date", "label": "date()", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L13"}, {"id": "$graphify-root$_src_bar_clock_current", "label": "current()", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L17"}, {"id": "$graphify-root$_src_bar_clock_spawn_ticker", "label": "spawn_ticker()", "file_type": "code", "source_file": "src/bar/clock.rs", "source_location": "L21"}, {"id": "componentsender", "label": "ComponentSender", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/clock.rs"}, {"id": "app", "label": "App", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/bar/clock.rs"}], "edges": [{"source": "$graphify-root$_src_bar_clock_rs", "target": "crate", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "componentsender", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "$graphify-root$_src_bar_clock_now", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L4", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_now", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L4", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "$graphify-root$_src_bar_clock_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_time", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L8", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "$graphify-root$_src_bar_clock_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L13", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_date", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L13", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "$graphify-root$_src_bar_clock_current", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L17", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_current", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L17", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_bar_clock_rs", "target": "$graphify-root$_src_bar_clock_spawn_ticker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L21", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_spawn_ticker", "target": "componentsender", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L21", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_bar_clock_spawn_ticker", "target": "app", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L21", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_bar_clock_time", "target": "$graphify-root$_src_bar_clock_now", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_src_bar_clock_date", "target": "$graphify-root$_src_bar_clock_now", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/bar/clock.rs", "source_location": "L14", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_src_bar_clock_date", "callee": "format", "is_member_call": true, "source_file": "src/bar/clock.rs", "source_location": "L14"}, {"caller_nid": "$graphify-root$_src_bar_clock_spawn_ticker", "callee": "input", "is_member_call": true, "source_file": "src/bar/clock.rs", "source_location": "L24"}, {"caller_nid": "$graphify-root$_src_bar_clock_spawn_ticker", "callee": "map_or", "is_member_call": true, "source_file": "src/bar/clock.rs", "source_location": "L26"}, {"caller_nid": "$graphify-root$_src_bar_clock_spawn_ticker", "callee": "second", "is_member_call": true, "source_file": "src/bar/clock.rs", "source_location": "L26"}, {"caller_nid": "$graphify-root$_src_bar_clock_spawn_ticker", "callee": "rem_euclid", "is_member_call": true, "source_file": "src/bar/clock.rs", "source_location": "L27"}]}