Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ popString
Method
popString
lib/script/script.js:2777–2780 ·
view source on GitHub ↗
(enc)
Source
from the content-addressed store, hash-verified
2775
}
2776
2777
popString(enc) {
2778
const
op = this.pop();
2779
return
op ? op.toString(enc) : null;
2780
}
2781
2782
shiftString(enc) {
2783
const
op = this.shift();
Callers
nothing calls this directly
Calls
2
pop
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected