MCPcopy
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
9const async = (fn) => {
10 const wrapped = cb => fn().then(() => cb(), cb);
11 benchmark(wrapped).then(display);
12};
13

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…