MCPcopy 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
399func relationKey(schema, name string) string {
400 return "rel:" + schema + "." + name
401}
402
403func dedupStrings(in []string) []string {
404 if len(in) < 2 {

Callers 1

buildDependencyEdgesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected