{"nodes": [{"id": "$graphify-root$_internal_toolbox_toolbox_go", "label": "toolbox.go", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L1"}, {"id": "toolbox_logger", "label": "Logger", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L19"}, {"id": "level", "label": "Level", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "toolbox_level", "label": "Level", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L25"}, {"id": "$graphify-root$_internal_toolbox_toolbox_parselevel", "label": "parseLevel()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L35"}, {"id": "toolbox_level_string", "label": ".String()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L50"}, {"id": "$graphify-root$_internal_toolbox_toolbox_configure", "label": "Configure()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L69"}, {"id": "file", "label": "File", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "$graphify-root$_internal_toolbox_toolbox_getlogger", "label": "GetLogger()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L77"}, {"id": "toolbox_logger_log", "label": ".log()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L81"}, {"id": "toolbox_logger_debug", "label": ".Debug()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L90"}, {"id": "toolbox_logger_info", "label": ".Info()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L91"}, {"id": "toolbox_logger_warning", "label": ".Warning()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L92"}, {"id": "toolbox_logger_error", "label": ".Error()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L93"}, {"id": "toolbox_logger_critical", "label": ".Critical()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L94"}, {"id": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "label": "EnsureFolderExists()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L99"}, {"id": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "label": "GetCurrentTime()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L115"}, {"id": "time", "label": "Time", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/toolbox/toolbox.go"}, {"id": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "label": "GenerateMessageID()", "file_type": "code", "source_file": "internal/toolbox/toolbox.go", "source_location": "L127"}], "edges": [{"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_log", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_math_big", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "go_pkg_gopkg_in_ini_v1", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "toolbox_logger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L19", "weight": 1.0}, {"source": "toolbox_logger", "target": "level", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L21", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "toolbox_level", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L25", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_parselevel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L35", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_parselevel", "target": "toolbox_level", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L35", "weight": 1.0, "context": "return_type"}, {"source": "toolbox_level", "target": "toolbox_level_string", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L50", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_configure", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L69", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_configure", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L69", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_getlogger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L77", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_getlogger", "target": "toolbox_logger", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L77", "weight": 1.0, "context": "return_type"}, {"source": "toolbox_logger", "target": "toolbox_logger_log", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L81", "weight": 1.0}, {"source": "toolbox_logger_log", "target": "toolbox_level", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L81", "weight": 1.0, "context": "parameter_type"}, {"source": "toolbox_logger", "target": "toolbox_logger_debug", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L90", "weight": 1.0}, {"source": "toolbox_logger", "target": "toolbox_logger_info", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L91", "weight": 1.0}, {"source": "toolbox_logger", "target": "toolbox_logger_warning", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L92", "weight": 1.0}, {"source": "toolbox_logger", "target": "toolbox_logger_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L93", "weight": 1.0}, {"source": "toolbox_logger", "target": "toolbox_logger_critical", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L94", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L99", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L115", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "target": "file", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L115", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "target": "time", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L115", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_toolbox_toolbox_go", "target": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L127", "weight": 1.0}, {"source": "$graphify-root$_internal_toolbox_toolbox_configure", "target": "$graphify-root$_internal_toolbox_toolbox_parselevel", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L71", "weight": 1.0}, {"source": "toolbox_logger_debug", "target": "toolbox_logger_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L90", "weight": 1.0}, {"source": "toolbox_logger_info", "target": "toolbox_logger_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L91", "weight": 1.0}, {"source": "toolbox_logger_warning", "target": "toolbox_logger_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L92", "weight": 1.0}, {"source": "toolbox_logger_error", "target": "toolbox_logger_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L93", "weight": 1.0}, {"source": "toolbox_logger_critical", "target": "toolbox_logger_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/toolbox/toolbox.go", "source_location": "L94", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_toolbox_toolbox_parselevel", "callee": "ToUpper", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L36"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_parselevel", "callee": "TrimSpace", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L36"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_configure", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L70"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_configure", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_configure", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L71"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getlogger", "callee": "New", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L78"}, {"caller_nid": "toolbox_logger_log", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L85"}, {"caller_nid": "toolbox_logger_log", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L86"}, {"caller_nid": "toolbox_logger_log", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L86"}, {"caller_nid": "toolbox_logger_log", "callee": "Printf", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "callee": "TrimPrefix", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L100"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "callee": "LastIndexAny", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L102"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_ensurefolderexists", "callee": "MkdirAll", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L110"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "MustString", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "Key", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "Section", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L116"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "LoadLocation", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L117"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "In", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L121"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_getcurrenttime", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L121"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "NewInt", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L130"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "byte", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L131"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L133"}, {"caller_nid": "$graphify-root$_internal_toolbox_toolbox_generatemessageid", "callee": "string", "is_member_call": false, "language": "go", "source_file": "internal/toolbox/toolbox.go", "source_location": "L133"}]}