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": "L73"}, {"id": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "label": "formatDatetimeInZone()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L81"}, {"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": "L93"}, {"id": "webui_app_loadtemplates", "label": ".loadTemplates()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L126"}, {"id": "$graphify-root$_internal_webui_render_isstandalonepage", "label": "isStandalonePage()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L147"}, {"id": "webui_app_render", "label": ".render()", "file_type": "code", "source_file": "internal/webui/render.go", "source_location": "L158"}, {"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": "L182"}], "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_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "webui_m", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L18", "weight": 1.0}, {"source": "webui_app", "target": "webui_app_funcmap", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L20", "weight": 1.0}, {"source": "webui_app_funcmap", "target": "funcmap", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L20", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "$graphify-root$_internal_webui_render_pytogolayout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L73", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_render_go", "target": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L81", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L81", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L81", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "$graphify-root$_internal_webui_render_humanfilesize", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L93", "weight": 1.0}, {"source": "webui_app", "target": "webui_app_loadtemplates", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L126", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_render_go", "target": "$graphify-root$_internal_webui_render_isstandalonepage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L147", "weight": 1.0}, {"source": "webui_app", "target": "webui_app_render", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L158", "weight": 1.0}, {"source": "webui_app_render", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_render", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "webui_app_render", "target": "webui_m", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L158", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_webui_render_go", "target": "$graphify-root$_internal_webui_render_atoi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L182", "weight": 1.0}, {"source": "webui_app_funcmap", "target": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L22", "weight": 1.0}, {"source": "webui_app_funcmap", "target": "$graphify-root$_internal_webui_render_pytogolayout", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L27", "weight": 1.0}, {"source": "webui_app_loadtemplates", "target": "webui_app_funcmap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L129", "weight": 1.0}, {"source": "webui_app_render", "target": "$graphify-root$_internal_webui_render_isstandalonepage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/webui/render.go", "source_location": "L167", "weight": 1.0}], "raw_calls": [{"caller_nid": "webui_app_funcmap", "callee": "IsZero", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L24"}, {"caller_nid": "webui_app_funcmap", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L27"}, {"caller_nid": "webui_app_funcmap", "callee": "HTML", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L32"}, {"caller_nid": "webui_app_funcmap", "callee": "ReplaceAll", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L34"}, {"caller_nid": "webui_app_funcmap", "callee": "Sprint", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L37"}, {"caller_nid": "webui_app_funcmap", "callee": "Sprint", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L37"}, {"caller_nid": "$graphify-root$_internal_webui_render_pytogolayout", "callee": "NewReplacer", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L74"}, {"caller_nid": "$graphify-root$_internal_webui_render_pytogolayout", "callee": "Replace", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L78"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "IsZero", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L82"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L85"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "LoadLocation", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_internal_webui_render_formatdatetimeinzone", "callee": "In", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L90"}, {"caller_nid": "$graphify-root$_internal_webui_render_humanfilesize", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L96"}, {"caller_nid": "$graphify-root$_internal_webui_render_humanfilesize", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L98"}, {"caller_nid": "$graphify-root$_internal_webui_render_humanfilesize", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_render_humanfilesize", "callee": "float64", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_webui_render_humanfilesize", "callee": "float64", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L103"}, {"caller_nid": "webui_app_loadtemplates", "callee": "Funcs", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L129"}, {"caller_nid": "webui_app_loadtemplates", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L129"}, {"caller_nid": "webui_app_loadtemplates", "callee": "ParseFS", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L130"}, {"caller_nid": "webui_app_loadtemplates", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L132"}, {"caller_nid": "webui_app_loadtemplates", "callee": "Funcs", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L137"}, {"caller_nid": "webui_app_loadtemplates", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L137"}, {"caller_nid": "webui_app_loadtemplates", "callee": "ParseFS", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L138"}, {"caller_nid": "webui_app_loadtemplates", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L140"}, {"caller_nid": "webui_app_render", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L168"}, {"caller_nid": "webui_app_render", "callee": "ExecuteTemplate", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L169"}, {"caller_nid": "webui_app_render", "callee": "popFlashes", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L174"}, {"caller_nid": "webui_app_render", "callee": "checkHealth", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L175"}, {"caller_nid": "webui_app_render", "callee": "Header", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L176"}, {"caller_nid": "webui_app_render", "callee": "ExecuteTemplate", "is_member_call": true, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L177"}, {"caller_nid": "$graphify-root$_internal_webui_render_atoi", "callee": "Atoi", "is_member_call": false, "language": "go", "source_file": "internal/webui/render.go", "source_location": "L183"}]} |