Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/phiresky/sql.js-httpvfs
/ obj2array
Function
obj2array
sql.js/test/test_worker.js:102–106 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
100
}
101
102
function
obj2array(obj) {
103
var
buffer = []
104
for
(
var
p in obj) { buffer[p] = obj[p] }
105
return
buffer;
106
}
107
108
if
(module == require.main) {
109
process.on(
'unhandledRejection'
, r => console.log(r));
Callers
1
test_worker.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected