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

Function formatAPI

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

Source from the content-addressed store, hash-verified

74530 return { ...this.#s }
74531 }
74532 })(),
74533 formatAPI = (s, o) =>
74534 'function' == typeof o ? pT.register(s, o) : null === o ? pT.unregister(s) : pT.get(s)
74535 formatAPI.getDefaults = () => pT.defaults
74536 const hT = formatAPI

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
registerMethod · 0.45
unregisterMethod · 0.45

Tested by

no test coverage detected