1 line
9.4 KiB
JSON
1 line
9.4 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_db_db_go", "label": "db.go", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L1"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L16"}, {"id": "$graphify-root$_internal_db_db_open", "label": "Open()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L26"}, {"id": "$graphify-root$_internal_db_db_registerdriver", "label": "registerDriver()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L88"}, {"id": "db_db_migrate", "label": ".Migrate()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L95"}, {"id": "db_db_migrationapplied", "label": ".migrationApplied()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L138"}, {"id": "db_db_insertmigrationsql", "label": ".insertMigrationSQL()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L144"}, {"id": "db_db_placeholder", "label": ".placeholder()", "file_type": "code", "source_file": "internal/db/db.go", "source_location": "L150"}], "edges": [{"source": "$graphify-root$_internal_db_db_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_db_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_db_go", "target": "go_pkg_log_slog", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_db_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_db_go", "target": "go_pkg_github_com_mattn_go_sqlite3", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_db_go", "target": "db_db", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L16", "weight": 1.0}, {"source": "$graphify-root$_internal_db_db_go", "target": "$graphify-root$_internal_db_db_open", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L26", "weight": 1.0}, {"source": "$graphify-root$_internal_db_db_open", "target": "db_db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L26", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_db_db_go", "target": "$graphify-root$_internal_db_db_registerdriver", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L88", "weight": 1.0}, {"source": "db_db", "target": "db_db_migrate", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L95", "weight": 1.0}, {"source": "db_db", "target": "db_db_migrationapplied", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L138", "weight": 1.0}, {"source": "db_db", "target": "db_db_insertmigrationsql", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L144", "weight": 1.0}, {"source": "db_db", "target": "db_db_placeholder", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L150", "weight": 1.0}, {"source": "db_db_migrate", "target": "db_db_migrationapplied", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L103", "weight": 1.0}, {"source": "db_db_migrate", "target": "db_db_insertmigrationsql", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L125", "weight": 1.0}, {"source": "db_db_migrationapplied", "target": "db_db_placeholder", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L140", "weight": 1.0}, {"source": "db_db_insertmigrationsql", "target": "db_db_placeholder", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/db.go", "source_location": "L145", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "ToLower", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L27"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L41"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Contains", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L56"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Open", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L62"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L64"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "SetMaxOpenConns", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L73"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "SetMaxIdleConns", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L74"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Ping", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L77"}, {"caller_nid": "$graphify-root$_internal_db_db_open", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L78"}, {"caller_nid": "$graphify-root$_internal_db_db_registerdriver", "callee": "ToLower", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L89"}, {"caller_nid": "db_db_migrate", "callee": "Info", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L96"}, {"caller_nid": "db_db_migrate", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L98"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L99"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L105"}, {"caller_nid": "db_db_migrate", "callee": "Info", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L116"}, {"caller_nid": "db_db_migrate", "callee": "Begin", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L117"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L119"}, {"caller_nid": "db_db_migrate", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L121"}, {"caller_nid": "db_db_migrate", "callee": "Rollback", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L122"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L123"}, {"caller_nid": "db_db_migrate", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L125"}, {"caller_nid": "db_db_migrate", "callee": "Rollback", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L126"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L127"}, {"caller_nid": "db_db_migrate", "callee": "Commit", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L129"}, {"caller_nid": "db_db_migrate", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L130"}, {"caller_nid": "db_db_migrate", "callee": "Info", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L134"}, {"caller_nid": "db_db_migrationapplied", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L140"}, {"caller_nid": "db_db_migrationapplied", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/db.go", "source_location": "L140"}, {"caller_nid": "db_db_placeholder", "callee": "Sprintf", "is_member_call": false, "language": "go", "source_file": "internal/db/db.go", "source_location": "L152"}]} |