Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacksmithgu/datacore
/ array
Method
array
src/api/data-array.ts:454–456 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
452
}
453
454
public array(): T[] {
455
return
([] as T[]).concat(this.values);
456
}
457
458
public [Symbol.iterator](): Iterator<T> {
459
return
this.values[Symbol.iterator]();
Callers
1
sort
Method · 0.95
Calls
1
concat
Method · 0.65
Tested by
no test coverage detected