Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertPush
Method
insertPush
lib/script/script.js:2764–2766 ·
view source on GitHub ↗
(index, data)
Source
from the content-addressed store, hash-verified
2762
}
2763
2764
insertPush(index, data) {
2765
return
this.insert(index, Opcode.fromPush(data));
2766
}
2767
2768
/*
2769
* String
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromPush
Method · 0.80
Tested by
no test coverage detected