1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "$graphify-root$_infra_arr_stack_configure_arr_py", "label": "configure-arr.py", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L1"}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "label": "load_env()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L19", "_callable": true}, {"id": "path", "label": "Path", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/infra/arr-stack/configure-arr.py"}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "label": "request_json()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L30", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "label": "wait_for_app()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L44", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "label": "ensure_root_folder()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L55", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "label": "schema_fields()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L64", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "label": "fill_fields()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L75", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "label": "ensure_qbittorrent()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L88", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "label": "apply_import_lists()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L133", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_required_env", "label": "required_env()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L159", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_main", "label": "main()", "file_type": "code", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L166", "_callable": true}, {"id": "$graphify-root$_infra_arr_stack_configure_arr_rationale_2", "label": "Configure safe baseline ARR app settings from local environment values.", "file_type": "rationale", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L2"}], "edges": [{"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "os", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "sys", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "time", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "urllib_error", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L10", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "urllib_request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L11", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "pathlib", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L12", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L19", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "target": "path", "relation": "references", "context": "parameter_type", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L19", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L30", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L44", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L55", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L64", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L75", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L88", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L133", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_required_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L159", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_py", "target": "$graphify-root$_infra_arr_stack_configure_arr_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L166", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L47", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L56", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L65", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L89", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "target": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L96", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "target": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L126", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "target": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L145", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L167", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_required_env", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L168", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L174", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L176", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L178", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_main", "target": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L180", "weight": 1.0}, {"source": "$graphify-root$_infra_arr_stack_configure_arr_rationale_2", "target": "$graphify-root$_infra_arr_stack_configure_arr_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L2", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "exists", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L20", "receiver": "path"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "splitlines", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L22", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "read_text", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L22", "receiver": "path"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "strip", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L23", "receiver": "raw_line"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "startswith", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L24", "receiver": "line"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "split", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L26", "receiver": "line"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "setdefault", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L27", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "strip", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L27", "receiver": "key"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "strip", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L27", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "strip", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L27", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_load_env", "callee": "strip", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L27", "receiver": "value"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "encode", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L34", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "dumps", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L34", "receiver": "json"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "Request", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L36", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "urlopen", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L37", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "read", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L38", "receiver": "response"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "loads", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L41", "receiver": "json"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_request_json", "callee": "decode", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L41", "receiver": "body"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L51", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_wait_for_app", "callee": "sleep", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L52", "receiver": "time"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L57"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L57", "receiver": "item"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_root_folder", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L57"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L66"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L69"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L69", "receiver": "schema"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L70", "receiver": "schema"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_schema_fields", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L71"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L78"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L81", "receiver": "item"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_fill_fields", "callee": "append", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L84", "receiver": "hydrated"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L90"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L91"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L91", "receiver": "item"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L98", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L100", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L105", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_ensure_qbittorrent", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L106", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L134", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "exists", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L138", "receiver": "path"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L139", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "loads", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L141", "receiver": "json"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "read_text", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L141", "receiver": "path"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L142"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L143", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "list", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L147"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L148", "receiver": "item"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L148"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "dict", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L150"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L150", "receiver": "item"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_apply_import_lists", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L151", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_required_env", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L160", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_required_env", "callee": "RuntimeError", "is_member_call": false, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L162", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_main", "callee": "ENV_FILE", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L167"}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_main", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L171", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_main", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L172", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_main", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L176", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_main", "callee": "get", "is_member_call": true, "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L177", "receiver": null}, {"caller_nid": "$graphify-root$_infra_arr_stack_configure_arr_py", "callee": "RuntimeError", "is_member_call": false, "indirect": true, "context": "collection", "source_file": "infra/arr-stack/configure-arr.py", "source_location": "L188"}]} |