1 line
8.5 KiB
JSON
1 line
8.5 KiB
JSON
{"nodes": [{"id": "$graphify-root$_scripts_explain", "label": "explain", "file_type": "code", "source_file": "scripts/explain", "source_location": "L1", "metadata": {"language": "bash", "kind": "file"}}, {"id": "$graphify-root$_scripts_explain__entry", "label": "explain script", "file_type": "code", "source_file": "scripts/explain", "source_location": "L1", "metadata": {"language": "bash", "kind": "bash_entrypoint"}}, {"id": "$graphify-root$_scripts_explain_cleanup", "label": "cleanup()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L9", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_usage", "label": "usage()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L16", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_is_read_only_command", "label": "is_read_only_command()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L35", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_is_read_only_subcommand", "label": "is_read_only_subcommand()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L46", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_run_target", "label": "run_target()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L72", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_explain_output", "label": "explain_output()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L85", "metadata": {"language": "bash", "kind": "bash_function"}}, {"id": "$graphify-root$_scripts_explain_main", "label": "main()", "file_type": "code", "source_file": "scripts/explain", "source_location": "L288", "metadata": {"language": "bash", "kind": "bash_function"}}], "edges": [{"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain__entry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L1", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_cleanup", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_usage", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L16", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_is_read_only_command", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L35", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_is_read_only_subcommand", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L46", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_run_target", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L72", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_explain_output", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L85", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain", "target": "$graphify-root$_scripts_explain_main", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L288", "weight": 1.0}, {"source": "$graphify-root$_scripts_explain__entry", "target": "$graphify-root$_scripts_explain_main", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L334", "weight": 1.0, "context": "call"}, {"source": "$graphify-root$_scripts_explain_run_target", "target": "$graphify-root$_scripts_explain_is_read_only_command", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L76", "weight": 1.0, "context": "call"}, {"source": "$graphify-root$_scripts_explain_run_target", "target": "$graphify-root$_scripts_explain_is_read_only_subcommand", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L76", "weight": 1.0, "context": "call"}, {"source": "$graphify-root$_scripts_explain_main", "target": "$graphify-root$_scripts_explain_usage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L294", "weight": 1.0, "context": "call"}, {"source": "$graphify-root$_scripts_explain_main", "target": "$graphify-root$_scripts_explain_explain_output", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L304", "weight": 1.0, "context": "call"}, {"source": "$graphify-root$_scripts_explain_main", "target": "$graphify-root$_scripts_explain_run_target", "relation": "calls", "confidence": "EXTRACTED", "source_file": "scripts/explain", "source_location": "L325", "weight": 1.0, "context": "call"}], "raw_calls": [{"language": "bash", "callee": "set", "caller_nid": "$graphify-root$_scripts_explain__entry", "source_file": "scripts/explain", "source_location": "L2"}, {"language": "bash", "callee": "cd", "caller_nid": "$graphify-root$_scripts_explain__entry", "source_file": "scripts/explain", "source_location": "L4"}, {"language": "bash", "callee": "dirname", "caller_nid": "$graphify-root$_scripts_explain__entry", "source_file": "scripts/explain", "source_location": "L4"}, {"language": "bash", "callee": "pwd", "caller_nid": "$graphify-root$_scripts_explain__entry", "source_file": "scripts/explain", "source_location": "L4"}, {"language": "bash", "callee": "trap", "caller_nid": "$graphify-root$_scripts_explain__entry", "source_file": "scripts/explain", "source_location": "L14"}, {"language": "bash", "callee": "rm", "caller_nid": "$graphify-root$_scripts_explain_cleanup", "source_file": "scripts/explain", "source_location": "L11"}, {"language": "bash", "callee": "cat", "caller_nid": "$graphify-root$_scripts_explain_usage", "source_file": "scripts/explain", "source_location": "L17"}, {"language": "bash", "callee": "return", "caller_nid": "$graphify-root$_scripts_explain_is_read_only_command", "source_file": "scripts/explain", "source_location": "L38"}, {"language": "bash", "callee": "return", "caller_nid": "$graphify-root$_scripts_explain_is_read_only_subcommand", "source_file": "scripts/explain", "source_location": "L67"}, {"language": "bash", "callee": "shift", "caller_nid": "$graphify-root$_scripts_explain_run_target", "source_file": "scripts/explain", "source_location": "L74"}, {"language": "bash", "callee": "true", "caller_nid": "$graphify-root$_scripts_explain_run_target", "source_file": "scripts/explain", "source_location": "L74"}, {"language": "bash", "callee": "echo", "caller_nid": "$graphify-root$_scripts_explain_run_target", "source_file": "scripts/explain", "source_location": "L77"}, {"language": "bash", "callee": "return", "caller_nid": "$graphify-root$_scripts_explain_run_target", "source_file": "scripts/explain", "source_location": "L79"}, {"language": "bash", "callee": "echo", "caller_nid": "$graphify-root$_scripts_explain_explain_output", "source_file": "scripts/explain", "source_location": "L91"}, {"language": "bash", "callee": "return", "caller_nid": "$graphify-root$_scripts_explain_explain_output", "source_file": "scripts/explain", "source_location": "L92"}, {"language": "bash", "callee": "python3", "caller_nid": "$graphify-root$_scripts_explain_explain_output", "source_file": "scripts/explain", "source_location": "L99"}, {"language": "bash", "callee": "return", "caller_nid": "$graphify-root$_scripts_explain_main", "source_file": "scripts/explain", "source_location": "L295"}, {"language": "bash", "callee": "shift", "caller_nid": "$graphify-root$_scripts_explain_main", "source_file": "scripts/explain", "source_location": "L298"}, {"language": "bash", "callee": "true", "caller_nid": "$graphify-root$_scripts_explain_main", "source_file": "scripts/explain", "source_location": "L298"}, {"language": "bash", "callee": "mktemp", "caller_nid": "$graphify-root$_scripts_explain_main", "source_file": "scripts/explain", "source_location": "L300"}, {"language": "bash", "callee": "cat", "caller_nid": "$graphify-root$_scripts_explain_main", "source_file": "scripts/explain", "source_location": "L303"}], "bash_sources": []} |