MCPcopy Index your code
hub / github.com/dataease/SQLBot / delete

Method delete

frontend/public/swagger-ui-bundle.js:37168–37171  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

37166 s.every((s, i) => s === o[i]),
37167 list = (...s) => s
37168 class Cache extends Map {
37169 delete(s) {
37170 const o = Array.from(this.keys()).find(shallowArrayEquals(s))
37171 return super.delete(o)
37172 }
37173 get(s) {
37174 const o = Array.from(this.keys()).find(shallowArrayEquals(s))

Callers 15

ScFunction · 0.45
ZcFunction · 0.45
nFunction · 0.45
tFunction · 0.45
TiFunction · 0.45
bkFunction · 0.45
subscribeFunction · 0.45
getDefinitionsByNamesFunction · 0.45
JsonSchema_arrayClass · 0.45
observeFunction · 0.45

Calls 4

shallowArrayEqualsFunction · 0.85
findMethod · 0.45
fromMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected