MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / isScript

Method isScript

lib/script/script.js:3321–3323  ·  view source on GitHub ↗

* Test whether an object a Script. * @param {Object} obj * @returns {Boolean}

(obj)

Source from the content-addressed store, hash-verified

3319 */
3320
3321 static isScript(obj) {
3322 return obj instanceof Script;
3323 }
3324}
3325
3326/**

Callers 2

equalsMethod · 0.80
compareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected