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

Function identifier

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

Source from the content-addressed store, hash-verified

186const { apply } = Function.prototype;
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected