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

Function encoderAPI

frontend/public/swagger-ui-bundle.js:74595–74596  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

74593 return { ...this.#s }
74594 }
74595 })(),
74596 encoderAPI = (s, o) =>
74597 'function' == typeof o ? _T.register(s, o) : null === o ? _T.unregister(s) : _T.get(s)
74598 encoderAPI.getDefaults = () => _T.defaults
74599 const ST = encoderAPI,

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
registerMethod · 0.45
unregisterMethod · 0.45

Tested by

no test coverage detected