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

Function isMasked

src/helpers/set.js:676–678  ·  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

674 * @returns {boolean} Returns `true` if `func` is masked, else `false`.
675 */
676function isMasked(func) {
677 return !!maskSrcKey && maskSrcKey in func;
678}
679
680/**
681 * 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…