Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/node-modules/utility
/
Class
benchmark/array_splice.cjs:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
class
SubArray extends Array {
23
spliceOne(index) {
24
for
(
let
i = index, k = i + 1, n = this.length; k < n; i += 1, k += 1) {
25
this[i] = this[k];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected