MCPcopy Create free account
hub / github.com/idank/explainshell / isNative

Function isNative

explainshell/web/static/js/jquery.js:3841–3843  ·  view source on GitHub ↗

* For feature detection * @param {Function} fn The function to test for native support

( fn )

Source from the content-addressed store, hash-verified

3839 * @param {Function} fn The function to test for native support
3840 */
3841function isNative( fn ) {
3842 return rnative.test( fn + "" );
3843}
3844
3845/**
3846 * Create key-value caches of limited size

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected