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

Method Insert

backend/plugin/parser/plsql/completion.go:174–176  ·  view source on GitHub ↗
(entry base.Candidate)

Source from the content-addressed store, hash-verified

172type CompletionMap map[string]base.Candidate
173
174func (m CompletionMap) Insert(entry base.Candidate) {
175 m[entry.String()] = entry
176}
177
178func (m CompletionMap) toSlice() []base.Candidate {
179 var result []base.Candidate

Callers 11

insertDatabasesMethod · 0.95
insertViewsMethod · 0.95
insertSequencesMethod · 0.95
insertTablesMethod · 0.95
insertAllColumnsMethod · 0.95
insertColumnsMethod · 0.95
convertCandidatesMethod · 0.45
insertAliasColumnsMethod · 0.45

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected