1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webui_render_go", "label": "render.go", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L1"}, {"id": "webui_m", "label": "M", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L18"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L20"}, {"id": "webui_app_funcmap", "label": ".funcMap()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L20"}, {"id": "funcmap", "label": "FuncMap", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/render.go"}, {"id": "$graphify-root$_internal_webui_render_pytogolayout", "label": "pyToGoLayout()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L87"}, {"id": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "label": "formatDatetimeInZone()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L95"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/render.go"}, {"id": "file", "label": "File", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/render.go"}, {"id": "$graphify-root$_internal_webui_render_humanfilesize", "label": "humanFileSize()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L107"}, {"id": "webui_app_loadtemplates", "label": ".loadTemplates()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L145"}, {"id": "$graphify-root$_internal_webui_render_isstandalonepage", "label": "isStandalonePage()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L166"}, {"id": "webui_app_render", "label": ".render()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L177"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/render.go"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/render.go"}, {"id": "$graphify-root$_internal_webui_render_atoi", "label": "atoi()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L201"}], "edges": [{"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_html_template", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_strconv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render
|