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

Function isImmutable

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

Source from the content-addressed store, hash-verified

30963 var Ct = __webpack_require__(48287).Buffer
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) : {}

Callers 5

immutableToJSFunction · 0.85
fromJSOrderedFunction · 0.85
isEmptyValueFunction · 0.85
renderMethod · 0.85
renderMethod · 0.85

Calls 1

WeFunction · 0.50

Tested by

no test coverage detected