Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ clear
Method
clear
lib/script/script.js:318–322 ·
view source on GitHub ↗
* Clear the script. * @returns {Script}
()
Source
from the content-addressed store, hash-verified
316
*/
317
318
clear() {
319
this.raw = EMPTY_BUFFER;
320
this.code.length = 0;
321
return
this;
322
}
323
324
/**
325
* Inspect the script.
Callers
6
fromArray
Method · 0.95
fromItems
Method · 0.95
compile
Method · 0.95
fromMultisig
Method · 0.95
fromNulldata
Method · 0.95
fromCommitment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected