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

Function immutableToJS

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

Source from the content-addressed store, hash-verified

30964 const jt = 'default',
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 }

Callers 5

objectifyFunction · 0.85
ModelExtensionsFunction · 0.85
getSchemaObjectTypeLabelFunction · 0.85
getSchemaObjectTypeFunction · 0.85
ZIFunction · 0.85

Calls 1

isImmutableFunction · 0.85

Tested by

no test coverage detected