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

Function sampleFromSchema

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

Source from the content-addressed store, hash-verified

37513 const a = sampleFromSchemaGeneric(s, o, i, !0)
37514 if (a) return 'string' == typeof a ? a : ls()(a, { declaration: !0, indent: '\t' })
37515 },
37516 sampleFromSchema = (s, o, i) => sampleFromSchemaGeneric(s, o, i, !1),
37517 resolver = (s, o, i) => [s, JSON.stringify(o), JSON.stringify(i)],
37518 bs = utils_memoizeN(createXMLExample, resolver),

Callers

nothing calls this directly

Calls 1

sampleFromSchemaGenericFunction · 0.85

Tested by

no test coverage detected