Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WiseLibs/better-sqlite3
/ wrapped
Function
wrapped
benchmark/benchmark.js:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
const
async
= (fn) => {
10
const
wrapped = cb => fn().then(() => cb(), cb);
11
benchmark(wrapped).then(display);
12
};
13
Callers
nothing calls this directly
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…