MCPcopy Create free account
hub / github.com/dataease/SQLBot / updateSpec

Function updateSpec

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

Source from the content-addressed store, hash-verified

37938 Ao = 'spec_update_resolved_subtree',
37939 Co = 'set_scheme',
37940 toStr = (s) => (so()(s) ? s : '')
37941 function updateSpec(s) {
37942 const o = toStr(s).replace(/\t/g, ' ')
37943 if ('string' == typeof s) return { type: po, payload: o }
37944 }
37945 function updateResolved(s) {
37946 return { type: Oo, payload: s }

Callers 1

SwaggerUIFunction · 0.85

Calls 4

toStrFunction · 0.85
replaceMethod · 0.80
downloadMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected