Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ insertString
Method
insertString
lib/script/script.js:2804–2806 ·
view source on GitHub ↗
(index, str, enc)
Source
from the content-addressed store, hash-verified
2802
}
2803
2804
insertString(index, str, enc) {
2805
return
this.insert(index, Opcode.fromString(str, enc));
2806
}
2807
2808
/*
2809
* Small
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromString
Method · 0.45
Tested by
no test coverage detected