Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ relationKey
Function
relationKey
backend/plugin/parser/pg/query_span_loader.go:399–401 ·
view source on GitHub ↗
(schema, name string)
Source
from the content-addressed store, hash-verified
397
}
398
399
func
relationKey(schema, name string) string {
400
return
"rel:"
+ schema +
"."
+ name
401
}
402
403
func
dedupStrings(in []string) []string {
404
if
len(in) < 2 {
Callers
1
buildDependencyEdges
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected