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

Method use

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

Source from the content-addressed store, hash-verified

508 (this._attributeElementArrayKeys = []))
509 }
510 use(s) {
511 return (
512 s.namespace && s.namespace({ base: this }),
513 s.load && s.load({ base: this }),
514 this
515 )
516 }
517 useDefault() {
518 return (
519 this.register('null', j.NullElement)

Callers 5

createNamespaceFunction · 0.95
kPFunction · 0.80
main.tsFile · 0.80
setupInterceptorsMethod · 0.80
setupStoreFunction · 0.80

Calls 2

namespaceMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected