1 line
7.9 KiB
JSON
1 line
7.9 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_sieve_lexer_go", "label": "lexer.go", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L1"}, {"id": "sieve_tokenkind", "label": "tokenKind", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L18"}, {"id": "sieve_token", "label": "token", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L30"}, {"id": "sieve_lexer", "label": "lexer", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L35"}, {"id": "$graphify-root$_internal_sieve_lexer_newlexer", "label": "newLexer()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L40"}, {"id": "sieve_lexer_next", "label": ".next()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L44"}, {"id": "sieve_lexer_skipwhitespaceandcomments", "label": ".skipWhitespaceAndComments()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L72"}, {"id": "sieve_lexer_readstring", "label": ".readString()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L99"}, {"id": "sieve_lexer_readtag", "label": ".readTag()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L116"}, {"id": "sieve_lexer_readident", "label": ".readIdent()", "file_type": "code", "source_file": "internal/sieve/lexer.go", "source_location": "L125"}], "edges": [{"source": "$graphify-root$_internal_sieve_lexer_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "go_pkg_unicode", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "sieve_tokenkind", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L18", "weight": 1.0}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "sieve_token", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L30", "weight": 1.0}, {"source": "sieve_token", "target": "sieve_tokenkind", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L31", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "sieve_lexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L35", "weight": 1.0}, {"source": "$graphify-root$_internal_sieve_lexer_go", "target": "$graphify-root$_internal_sieve_lexer_newlexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L40", "weight": 1.0}, {"source": "$graphify-root$_internal_sieve_lexer_newlexer", "target": "sieve_lexer", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L40", "weight": 1.0, "context": "return_type"}, {"source": "sieve_lexer", "target": "sieve_lexer_next", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L44", "weight": 1.0}, {"source": "sieve_lexer_next", "target": "sieve_token", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/sieve/lexer.go", "source_location": "L44", "weight": 1.0, "context": "return_type"}, {"source": "sieve_lexer", "target": "sieve_lexer_skipwhitespaceandcomments", "relation": "method", "confi
|