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

Function loaded

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

Source from the content-addressed store, hash-verified

32163 return s({ path: a, method: u, operation: _, securities: x, ...w })
32164 },
32165 loaded = (s, o) => (i) => {
32166 const { getConfigs: a, authActions: u } = o,
32167 _ = a()
32168 if ((s(i), _.persistAuthorization)) {
32169 const s = localStorage.getItem('authorized')
32170 s && u.restoreAuthorization({ authorized: JSON.parse(s) })
32171 }
32172 },
32173 wrap_actions_authorize = (s, o) => (i) => {
32174 s(i)
32175 if (o.getConfigs().persistAuthorization)

Callers

nothing calls this directly

Calls 3

aFunction · 0.70
sFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected