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

Function objectify

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

Source from the content-addressed store, hash-verified

30965 isImmutable = (s) => We().Iterable.isIterable(s),
30966 immutableToJS = (s) => (isImmutable(s) ? s.toJS() : s)
30967 function objectify(s) {
30968 return isObject(s) ? immutableToJS(s) : {}
30969 }
30970 function fromJSOrdered(s) {
30971 if (isImmutable(s)) return s
30972 if (s instanceof lt.File) return s

Callers 4

primitiveFunction · 0.85
mergeJsonSchemaFunction · 0.85
sampleFromSchemaGenericFunction · 0.85

Calls 2

isObjectFunction · 0.85
immutableToJSFunction · 0.85

Tested by

no test coverage detected