MCPcopy Create free account
hub / github.com/Lemoncode/fonk / isMasked

Function isMasked

src/helpers/get.js:611–613  ·  view source on GitHub ↗

* Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if `func` is masked, else `false`.

(func)

Source from the content-addressed store, hash-verified

609 * @returns {boolean} Returns `true` if `func` is masked, else `false`.
610 */
611function isMasked(func) {
612 return !!maskSrcKey && maskSrcKey in func;
613}
614
615/**
616 * Converts `string` to a property path array.

Callers 1

baseIsNativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…