Some checks failed
check / check (push) Failing after 48s
updated text sizing to better match the bar size, and increase readability.
1 line
No EOL
7.4 KiB
JSON
1 line
No EOL
7.4 KiB
JSON
{"nodes": [{"id": "$graphify-root$_src_theme_rs", "label": "theme.rs", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L1"}, {"id": "$graphify-root$_src_theme_load_css", "label": "load_css()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L10"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/theme.rs"}, {"id": "$graphify-root$_src_theme_fg_color", "label": "fg_color()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L283"}, {"id": "$graphify-root$_src_theme_fg_color_for", "label": "fg_color_for()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L289"}, {"id": "$graphify-root$_src_theme_bind_output", "label": "bind_output()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L298"}, {"id": "isa", "label": "IsA", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/theme.rs"}, {"id": "widget", "label": "Widget", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/theme.rs"}, {"id": "$graphify-root$_src_theme_bind_auto", "label": "bind_auto()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L304"}, {"id": "native", "label": "Native", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/theme.rs"}, {"id": "$graphify-root$_src_theme_load_css_for", "label": "load_css_for()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L308"}, {"id": "palette", "label": "Palette", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/src/theme.rs"}, {"id": "$graphify-root$_src_theme_apply", "label": "apply()", "file_type": "code", "source_file": "src/theme.rs", "source_location": "L313"}], "edges": [{"source": "$graphify-root$_src_theme_rs", "target": "bread_theme", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_theme_rs", "target": "isa", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_theme_rs", "target": "cssprovider", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_theme_rs", "target": "refcell", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_load_css", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L10", "weight": 1.0}, {"source": "$graphify-root$_src_theme_load_css", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L10", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_fg_color", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L283", "weight": 1.0}, {"source": "$graphify-root$_src_theme_fg_color", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L283", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_fg_color_for", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L289", "weight": 1.0}, {"source": "$graphify-root$_src_theme_fg_color_for", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L289", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_bind_output", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L298", "weight": 1.0}, {"source": "$graphify-root$_src_theme_bind_output", "target": "isa", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L298", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_theme_bind_output", "target": "widget", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L298", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_bind_auto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L304", "weight": 1.0}, {"source": "$graphify-root$_src_theme_bind_auto", "target": "isa", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L304", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_theme_bind_auto", "target": "native", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L304", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_load_css_for", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L308", "weight": 1.0}, {"source": "$graphify-root$_src_theme_load_css_for", "target": "palette", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L308", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_src_theme_load_css_for", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L308", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_src_theme_rs", "target": "$graphify-root$_src_theme_apply", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L313", "weight": 1.0}, {"source": "$graphify-root$_src_theme_load_css_for", "target": "$graphify-root$_src_theme_load_css", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/theme.rs", "source_location": "L309", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_src_theme_fg_color", "callee": "ink_on", "is_member_call": false, "source_file": "src/theme.rs", "source_location": "L284"}, {"caller_nid": "$graphify-root$_src_theme_fg_color", "callee": "load_palette", "is_member_call": false, "source_file": "src/theme.rs", "source_location": "L284"}, {"caller_nid": "$graphify-root$_src_theme_fg_color_for", "callee": "ink_on", "is_member_call": false, "source_file": "src/theme.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_src_theme_fg_color_for", "callee": "load_palette_for", "is_member_call": false, "source_file": "src/theme.rs", "source_location": "L290"}, {"caller_nid": "$graphify-root$_src_theme_apply", "callee": "unwrap_or_default", "is_member_call": true, "source_file": "src/theme.rs", "source_location": "L322"}, {"caller_nid": "$graphify-root$_src_theme_apply", "callee": "with", "is_member_call": true, "source_file": "src/theme.rs", "source_location": "L324"}]} |