Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushSym
Method
pushSym
lib/script/script.js:2996–2998 ·
view source on GitHub ↗
(symbol)
Source
from the content-addressed store, hash-verified
2994
}
2995
2996
pushSym(symbol) {
2997
return
this.push(Opcode.fromSymbol(symbol));
2998
}
2999
3000
unshiftSym(symbol) {
3001
return
this.unshift(Opcode.fromSymbol(symbol));
Callers
nothing calls this directly
Calls
2
push
Method · 0.95
fromSymbol
Method · 0.80
Tested by
no test coverage detected