1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "$graphify-root$_cmd_jeannie_core_main_test_go", "label": "main_test.go", "file_type": "code", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L1"}, {"id": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "label": "TestReportRenderProblemsOnly()", "file_type": "code", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L12"}, {"id": "testing_t", "label": "testing.T", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/cmd/jeannie-core/main_test.go"}, {"id": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "label": "TestReportRenderHidesOKGraphAndQuery()", "file_type": "code", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L35"}, {"id": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "label": "TestExecuteDAGRespectsDependencies()", "file_type": "code", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L49"}, {"id": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "label": "TestExecuteDAGReturnsFailedTask()", "file_type": "code", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L77"}], "edges": [{"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_bytes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_path_filepath", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "go_pkg_testing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L12", "weight": 1.0}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "target": "testing_t", "relation": "references", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L12", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L35", "weight": 1.0}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "target": "testing_t", "relation": "references", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L35", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L49", "weight": 1.0}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "target": "testing_t", "relation": "references", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L49", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_go", "target": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L77", "weight": 1.0}, {"source": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "target": "testing_t", "relation": "references", "confidence": "EXTRACTED", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L77", "weight": 1.0, "context": "parameter_type"}], "raw_calls": [{"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Join", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L13"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "runReportRender", "is_member_call": false, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "NewReader", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L20"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Fatal", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L21"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Contains", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L25"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Fatalf", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L26"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Contains", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L29"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderproblemsonly", "callee": "Fatalf", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L30"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "runReportRender", "is_member_call": false, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "NewReader", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "Fatal", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L40"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "Contains", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L44"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "Contains", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L44"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testreportrenderhidesokgraphandquery", "callee": "Fatalf", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L45"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "TempDir", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L50"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Join", "is_member_call": false, "language": "go", "receiver": "filepath", "import_path": "path/filepath", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L51"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Join", "is_member_call": false, "language": "go", "receiver": "filepath", "import_path": "path/filepath", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L52"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "executeDAG", "is_member_call": false, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L69"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Background", "is_member_call": false, "language": "go", "receiver": "context", "import_path": "context", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L69"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Fatal", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L70"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Stat", "is_member_call": false, "language": "go", "receiver": "os", "import_path": "os", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L72"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagrespectsdependencies", "callee": "Fatalf", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L73"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "callee": "executeDAG", "is_member_call": false, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "callee": "Background", "is_member_call": false, "language": "go", "receiver": "context", "import_path": "context", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L86"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "callee": "Contains", "is_member_call": false, "language": "go", "receiver": "strings", "import_path": "strings", "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_cmd_jeannie_core_main_test_testexecutedagreturnsfailedtask", "callee": "Fatalf", "is_member_call": true, "language": "go", "receiver": null, "import_path": null, "source_file": "cmd/jeannie-core/main_test.go", "source_location": "L88"}], "go_imports": {"bytes": "bytes", "context": "context", "os": "os", "filepath": "path/filepath", "strings": "strings", "testing": "testing"}} |