Files
gomail/graphify-out/cache/ast/v0.9.37/01cd9aa394dd401d0cb01c0ce6e81b7f32b409619d4933f7c0bef543a6925286.json
T
2026-08-10 21:15:19 +01:00

1 line
28 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_dnsutil_dnsutil_go", "label": "dnsutil.go", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L1"}, {"id": "dnsutil_rr", "label": "RR", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L37"}, {"id": "dnsutil_response", "label": "Response", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L45"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_query", "label": "Query()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L61"}, {"id": "context", "label": "Context", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dnsutil/dnsutil.go"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "label": "resolvConfServers()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L88"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "label": "queryServer()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L113"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "label": "queryUDP()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L132"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/dnsutil/dnsutil.go"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "label": "queryTCP()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L151"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "label": "buildQuery()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L180"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "label": "encodeName()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L204"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "label": "decodeName()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L220"}, {"id": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "label": "parseResponse()", "file_type": "code", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L261"}], "edges": [{"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_encoding_binary", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L19", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L20", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_net", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L21", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L22", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L23", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L24", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "dnsutil_rr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L37", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "dnsutil_response", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L45", "weight": 1.0}, {"source": "dnsutil_response", "target": "dnsutil_rr", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L47", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_query", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L61", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_query", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L61", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_query", "target": "dnsutil_response", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L61", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L88", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L113", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "target": "context", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L113", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "target": "dnsutil_response", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L113", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L132", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L132", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "target": "dnsutil_response", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L132", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L151", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L151", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "target": "dnsutil_response", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L151", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L180", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L204", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L220", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_go", "target": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L261", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "target": "dnsutil_response", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L261", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_query", "target": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L65", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_query", "target": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L74", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_query", "target": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L78", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "target": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L119", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "target": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L124", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "target": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L148", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "target": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L174", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "target": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L189", "weight": 1.0}, {"source": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "target": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L278", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_query", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L72"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_query", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L73"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_query", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "ReadFile", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L89"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L94"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L95"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "HasPrefix", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L96"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "Fields", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L99"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_resolvconfservers", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L104"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "callee": "Add", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L114"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L114"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "callee": "Deadline", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L115"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryserver", "callee": "Before", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L115"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Dial", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L135"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L137"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "SetDeadline", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L138"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L140"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L141"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Read", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L144"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_queryudp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L146"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Dial", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L153"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L155"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L157"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "SetDeadline", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L158"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "PutUint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L161"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "uint16", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L161"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L162"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L163"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "ReadFull", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L166"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L167"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L169"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "ReadFull", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L171"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_querytcp", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L172"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L182"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L183"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L184"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L185"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L186"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L187"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L189"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L190"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L191"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "uint16", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L191"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "WriteByte", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L195"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L196"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "uint16", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L196"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L197"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "uint16", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L197"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L198"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Write", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L199"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "uint16", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L199"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_buildquery", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L201"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "TrimSuffix", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L205"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "Split", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L208"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "WriteByte", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L209"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "byte", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L209"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "WriteString", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L210"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "WriteByte", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L213"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_encodename", "callee": "Bytes", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L214"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L228"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L237"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L249"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L251"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L256"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_decodename", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L258"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L263"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L265"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L266"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L268"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L273"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L274"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L288"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L299"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L301"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint32", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L302"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Uint16", "is_member_call": true, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L303"}, {"caller_nid": "$graphify-root$_internal_dnsutil_dnsutil_parseresponse", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/dnsutil/dnsutil.go", "source_location": "L306"}]}