MCPcopy Create free account
hub / github.com/graphile/pg-simplify-inflector / functionQueryName

Function functionQueryName

index.js:342–347  ·  view source on GitHub ↗
(proc)

Source from the content-addressed store, hash-verified

340 },
341
342 functionQueryName(proc) {
343 return this.camelCase(
344 this._functionName(proc) +
345 (proc.returnsSet ? connectionSuffix(proc) : "")
346 );
347 },
348 functionQueryNameList(proc) {
349 return this.camelCase(this._functionName(proc) + listSuffix(proc));
350 },

Callers

nothing calls this directly

Calls 1

connectionSuffixFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…