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

Function on_complete

frontend/public/swagger-ui-bundle.js:35096–35117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35094 )
35095 }
35096 let qn = !1
35097 function on_complete() {
35098 return {
35099 statePlugins: {
35100 spec: {
35101 wrapActions: {
35102 updateSpec:
35103 (s) =>
35104 (...o) => ((qn = !0), s(...o)),
35105 updateJsonSpec:
35106 (s, o) =>
35107 (...i) => {
35108 const a = o.getConfigs().onComplete
35109 return (
35110 qn && 'function' == typeof a && (setTimeout(a, 0), (qn = !1)),
35111 s(...i)
35112 )
35113 },
35114 },
35115 },
35116 },
35117 }
35118 }
35119 const extractKey = (s) => {
35120 const o = '_**[]'

Callers

nothing calls this directly

Calls 2

getConfigsMethod · 0.80
sFunction · 0.50

Tested by

no test coverage detected