MCPcopy Create free account
hub / github.com/neomjs/neo / isInstanceMethod

Function isInstanceMethod

buildScripts/docs/jsdoc-x/utils.mjs:447–449  ·  view source on GitHub ↗

* Checks whether the given symbol is an instance method. * @name jsdocx.utils.isInstanceMethod * @function * * @param {Object} symbol - Documented symbol object. * @returns {Boolean} -

(symbol)

Source from the content-addressed store, hash-verified

445 * @returns {Boolean} -
446 */
447 isInstanceMethod(symbol) {
448 return utils.isInstanceMember(symbol) && utils.isMethod(symbol);
449 },
450
451 /**
452 * Checks whether the given symbol is a static method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected