Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WiseLibs/better-sqlite3
/ 44.worker-threads.js
File
44.worker-threads.js
test/44.worker-threads.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
if
(parseInt(process.versions.node) >= 12) {
3
const
threads = require(
'worker_threads'
);
4
const
Database = require(
'../.'
);
Callers
nothing calls this directly
Calls
2
a
Method · 0.80
Database
Function · 0.50
Tested by
no test coverage detected