MCPcopy Create free account
hub / github.com/dataease/SQLBot / primitiveEq

Function primitiveEq

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

Source from the content-addressed store, hash-verified

42099 '_storedElement' in s &&
42100 'string' == typeof s._storedElement &&
42101 '_content' in s,
42102 primitiveEq = (s, o) =>
42103 'object' == typeof o &&
42104 null !== o &&
42105 'primitive' in o &&
42106 'function' == typeof o.primitive &&
42107 o.primitive() === s,
42108 hasClass = (s, o) =>
42109 'object' == typeof o &&

Callers

nothing calls this directly

Calls 1

primitiveMethod · 0.45

Tested by

no test coverage detected