MCPcopy Index your code
hub / github.com/bytebase/bytebase / delete

Method delete

backend/plugin/advisor/mysql/utils.go:63–68  ·  view source on GitHub ↗
(tableName string, columnName string)

Source from the content-addressed store, hash-verified

61}
62
63func (t tableColumnTypes) delete(tableName string, columnName string) {
64 if _, ok := t[tableName]; !ok {
65 return
66 }
67 delete(t[tableName], columnName)
68}
69
70// isKeyword checks if the keyword is a MySQL keyword.
71func isKeyword(suspect string) bool {

Callers 15

DatabaseGroupDataTableFunction · 0.45
MatchedDatabaseViewFunction · 0.45
toggleFunction · 0.45
removeFunction · 0.45
InstanceAssignmentSheetFunction · 0.45
DatabaseResourceSelectorFunction · 0.45
ProjectSidebarFunction · 0.45
DashboardSidebarFunction · 0.45
RulesSelectPanelFunction · 0.45
toggleCheckedLevelFunction · 0.45
ReviewCreationFunction · 0.45
handleRowClickFunction · 0.45

Calls

no outgoing calls

Tested by 2

stubAnimationFramesFunction · 0.36
installMatchMediaFunction · 0.36