MCPcopy
hub / github.com/WiseLibs/better-sqlite3 / allowed

Function allowed

test/42.integrity.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 });
21
22 const allowed = fn => () => expect(fn).to.not.throw();
23 const blocked = fn => () => expect(fn).to.throw(TypeError);
24 const normally = fn => fn();
25 const whileIterating = (self, fn) => {

Callers 1

42.integrity.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…