Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertData
Method
insertData
lib/script/stack.js:328–330 ·
view source on GitHub ↗
(index, data)
Source
from the content-addressed store, hash-verified
326
}
327
328
insertData(index, data) {
329
return
this.insert(index, data);
330
}
331
332
/*
333
* Length
Callers
nothing calls this directly
Calls
1
insert
Method · 0.95
Tested by
no test coverage detected