bread/graphify-out/cache/ast/v0.9.32/682ad33c9f87ac44c4312a09475541d9c4b210d5e3aa21d6edcce118460f6823.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
27 KiB
JSON

{"nodes": [{"id": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "label": "modules_mgmt.rs", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L1"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "label": "ModuleManifest", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L9"}, {"id": "string", "label": "String", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/modules_mgmt.rs"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "label": "parse_source()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L24"}, {"id": "result", "label": "Result", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/modules_mgmt.rs"}, {"id": "pathbuf", "label": "PathBuf", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/modules_mgmt.rs"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_validate_module_name", "label": "validate_module_name()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L57"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "label": "resolve_module_dir()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L86"}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/modules_mgmt.rs"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "label": "install_from_local()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "label": "remove_module()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L148"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "label": "list_modules()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158"}, {"id": "vec", "label": "Vec", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/bread-cli/src/modules_mgmt.rs"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "label": "read_module_manifest()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L180"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "label": "read_manifest_file()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L190"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "label": "modules_dir()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L197"}, {"id": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "label": "copy_dir()", "file_type": "code", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L210"}], "edges": [{"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "anyhow", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L1", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "utc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "serde", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L10", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L11", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L12", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L13", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L14", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L15", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L24", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L24", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L24", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_validate_module_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L57", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_validate_module_name", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L57", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L86", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L86", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L86", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L86", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L111", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L148", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L148", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L148", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "target": "vec", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L158", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L180", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L180", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L180", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L180", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L190", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L190", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L190", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modulemanifest", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L190", "weight": 1.0, "context": "generic_arg"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L197", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "target": "pathbuf", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L197", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_rs", "target": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L210", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L210", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "target": "path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L210", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "target": "result", "relation": "references", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L210", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "target": "$graphify-root$_bread_cli_src_modules_mgmt_validate_module_name", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L87", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L131", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "target": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L136", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "target": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L149", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "target": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L169", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "target": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L181", "weight": 1.0}, {"source": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "target": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L186", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L25"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L25"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L33"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L34"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L35"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_parse_source", "callee": "starts_with", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L36"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_validate_module_name", "callee": "components", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L65"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L88"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "callee": "canonicalize", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L93"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "callee": "parent", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L94"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_resolve_module_dir", "callee": "canonicalize", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L95"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L116"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L117"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L121"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L124"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "to_rfc3339", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L127"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L129"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L132"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L133"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L139"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L140"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_install_from_local", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L141"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L150"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_remove_module", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L153"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L159"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "path", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L165"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "is_dir", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L166"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L167"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L168"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "sort_by", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L175"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_list_modules", "callee": "cmp", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L175"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L182"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_read_module_manifest", "callee": "exists", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L183"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L192"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_read_manifest_file", "callee": "context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L193"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L199"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L199"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L202"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L202"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_modules_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L202"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "path", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L214"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "join", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L215"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "file_name", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L215"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "is_dir", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L216"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "copy_dir", "is_member_call": false, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L217"}, {"caller_nid": "$graphify-root$_bread_cli_src_modules_mgmt_copy_dir", "callee": "with_context", "is_member_call": true, "source_file": "bread-cli/src/modules_mgmt.rs", "source_location": "L219"}]}