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

Method get

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

Source from the content-addressed store, hash-verified

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))
37175 return super.get(o)
37176 }
37177 has(s) {
37178 return -1 !== Array.from(this.keys()).findIndex(shallowArrayEquals(s))

Callers

nothing calls this directly

Calls 5

shallowArrayEqualsFunction · 0.85
getMethod · 0.65
findMethod · 0.45
fromMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected