MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / defer

Function defer

lib/methods/table.js:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187const GeneratorFunctionPrototype = Object.getPrototypeOf(function*(){});
188const identifier = str => `"${str.replace(/"/g, '""')}"`;
189const defer = x => () => x;
190const isStringArray = (arr) => {
191 for (let i = 0; i < arr.length; ++i) {
192 if (typeof arr[i] !== 'string') return false;

Callers 1

table.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected