Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ arrayFactory
Function
arrayFactory
lib/database.js:83–85 ·
view source on GitHub ↗
(...values)
Source
from the content-addressed store, hash-verified
81
};
82
83
function
arrayFactory(...values) {
84
return
values;
85
}
86
87
function
arrayAppender(array, ...values) {
88
const
offset = array.length;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected