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

Function factorization_system

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

Source from the content-addressed store, hash-verified

75261 return [base, oas3, json_schema_2020_12, json_schema_2020_12_samples, oas31]
75262 }
75263 const inline_plugin = (s) => () => ({ fn: s.fn, components: s.components }),
75264 factorization_system = (s) => {
75265 const o = Ye()(
75266 {
75267 layout: { layout: s.layout, filter: s.filter },
75268 spec: { spec: '', url: s.url },
75269 requestSnippets: s.requestSnippets,
75270 },
75271 s.initialState
75272 )
75273 if (s.initialState)
75274 for (const [i, a] of Object.entries(s.initialState)) void 0 === a && delete o[i]
75275 return { system: { configs: s.configs }, plugins: s.presets, state: o }
75276 },
75277 sources_query = () => (s) => {
75278 const o = s.queryConfigEnabled

Callers 1

SwaggerUIFunction · 0.85

Calls 1

YeFunction · 0.50

Tested by

no test coverage detected