MCPcopy Index your code
hub / github.com/shipshapecode/tether / isUndefined

Function isUndefined

src/js/utils/type-check.js:37–39  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

35 * @param {*} value The param to check if it is undefined
36 */
37export function isUndefined(value) {
38 return value === undefined;
39}

Callers 15

getBoundingRectFunction · 0.90
_addOutOfBoundsClassFunction · 0.90
positionFunction · 0.90
tickFunction · 0.90
tether.jsFile · 0.90
constructorMethod · 0.90
setOptionsMethod · 0.90
getTargetBoundsMethod · 0.90
cacheMethod · 0.90
disableMethod · 0.90
destroyMethod · 0.90
updateAttachClassesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…