1 line
No EOL
28 KiB
JSON
1 line
No EOL
28 KiB
JSON
{"nodes": [{"id": "$graphify-root$_bread_cli_src_hooks_git_rs", "label": "hooks_git.rs", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L1"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_hookoutcome", "label": "HookOutcome", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L38"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_install_git", "label": "install_git()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L49"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/hooks_git.rs"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "label": "install_one_hook()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L85"}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/hooks_git.rs"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_is_bread_managed", "label": "is_bread_managed()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L115"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_branch_changed_emit_line", "label": "branch_changed_emit_line()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L122"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/hooks_git.rs"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_emit_line_for", "label": "emit_line_for()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L131"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_commit_created_emit_line", "label": "commit_created_emit_line()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L140"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "label": "hook_script()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L152"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "label": "git_dir()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L187"}, {"id": "pathbuf", "label": "PathBuf", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/hooks_git.rs"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "label": "show_toplevel()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L204"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "label": "hooks_path_override()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L215"}, {"id": "option", "label": "Option", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/hooks_git.rs"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_print_hooks_path_warning", "label": "print_hooks_path_warning()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L235"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "label": "print_summary()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L250"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_run_git", "label": "run_git()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L270"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_detects_own_marker", "label": "detects_own_marker()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L288"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_does_not_falsely_detect_marker", "label": "does_not_falsely_detect_marker()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L294"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_marker_must_match_whole_trimmed_line", "label": "marker_must_match_whole_trimmed_line()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L300"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_empty_file_is_not_managed", "label": "empty_file_is_not_managed()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L308"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "label": "all_hook_scripts_start_with_shebang_and_marker()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L313"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "label": "all_hook_scripts_exit_0_unconditionally()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L323"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "label": "post_commit_and_post_merge_emit_commit_created()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L334"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "label": "post_checkout_only_emits_on_branch_checkout()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L345"}, {"id": "$graphify-root$_bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "label": "hook_script_rejects_unknown_name()", "file_type": "code", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L353"}], "edges": [{"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L20", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "permissionsext", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L22", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "command", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L24", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_hookoutcome", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L38", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_install_git", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L49", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L49", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L85", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L85", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L85", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "target": "$graphify-root$_bread_cli_src_hooks_git_hookoutcome", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L85", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_is_bread_managed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L115", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_branch_changed_emit_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L122", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_branch_changed_emit_line", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L122", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_emit_line_for", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L131", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_emit_line_for", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L131", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_commit_created_emit_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L140", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_commit_created_emit_line", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L140", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L152", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L152", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L187", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L187", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L187", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L204", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L204", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L204", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L215", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L215", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "target": "option", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L215", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L215", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_print_hooks_path_warning", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L235", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L250", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L250", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L250", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L250", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_run_git", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L270", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_run_git", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L270", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_run_git", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L270", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "super", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L285", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_detects_own_marker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L288", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_does_not_falsely_detect_marker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L294", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_marker_must_match_whole_trimmed_line", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L300", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_empty_file_is_not_managed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L308", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L313", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L323", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L334", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L345", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_rs", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L353", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L50", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L51", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L53", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_print_hooks_path_warning", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L54", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L71", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L72", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_git", "target": "$graphify-root$_bread_cli_src_hooks_git_print_summary", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L78", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "target": "$graphify-root$_bread_cli_src_hooks_git_is_bread_managed", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L89", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_emit_line_for", "target": "$graphify-root$_bread_cli_src_hooks_git_commit_created_emit_line", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L134", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "target": "$graphify-root$_bread_cli_src_hooks_git_run_git", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L188", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "target": "$graphify-root$_bread_cli_src_hooks_git_run_git", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L205", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L315", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_exit_0_unconditionally", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L325", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_post_commit_and_post_merge_emit_commit_created", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L336", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_post_checkout_only_emits_on_branch_checkout", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L346", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_hooks_git_hook_script_rejects_unknown_name", "target": "$graphify-root$_bread_cli_src_hooks_git_hook_script", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L354", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_git", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L62"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_git", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L63"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_git", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L70"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L86"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L87"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L102"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "permissions", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L103"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "set_mode", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L106"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_install_one_hook", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L107"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_is_bread_managed", "callee": "lines", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_is_bread_managed", "callee": "trim", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L188"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "callee": "is_absolute", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L193"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L197"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_git_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L198"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_show_toplevel", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L205"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L216"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "callee": "output", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L216"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "callee": "args", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L216"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "callee": "success", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L221"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_hooks_path_override", "callee": "trim", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L227"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_run_git", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L271"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_run_git", "callee": "output", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L271"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_run_git", "callee": "args", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L271"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_run_git", "callee": "success", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L276"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_run_git", "callee": "trim", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L280"}, {"caller_nid": "$graphify-root$_bread_cli_src_hooks_git_all_hook_scripts_start_with_shebang_and_marker", "callee": "lines", "is_member_call": true, "source_file": "bread-cli/src/hooks_git.rs", "source_location": "L316"}]} |