Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertString
Method
insertString
lib/script/stack.js:377–379 ·
view source on GitHub ↗
(index, str, enc)
Source
from the content-addressed store, hash-verified
375
}
376
377
insertString(index, str, enc) {
378
return
this.insert(index, Stack.fromString(str, enc));
379
}
380
381
/*
382
* Num
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromString
Method · 0.45
Tested by
no test coverage detected