Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ removeData
Method
removeData
lib/script/script.js:2698–2701 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
2696
}
2697
2698
removeData(index) {
2699
const
op = this.remove(index);
2700
return
op ? op.data : null;
2701
}
2702
2703
setData(index, data) {
2704
return
this.set(index, Opcode.fromData(data));
Callers
nothing calls this directly
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected