MCPcopy Create free account
hub / github.com/bytebase/bytebase / firstKey

Function firstKey

backend/plugin/parser/tidb/backup.go:399–404  ·  view source on GitHub ↗
(m map[string]*TableReference)

Source from the content-addressed store, hash-verified

397}
398
399func firstKey(m map[string]*TableReference) string {
400 for k := range m {
401 return k
402 }
403 return ""
404}
405
406// collectCTENames returns the set of CTE (WITH clause) names that precede the
407// statement, lower-cased for case-insensitive matching. omni does not attach

Callers 1

extractTablesFromDeleteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected