MCPcopy Index your code
hub / github.com/Effect-TS/effect / placeholder

Function placeholder

packages/sql-mssql/src/MssqlClient.ts:468–470  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

466 Statement.makeCompiler<MssqlCustom>({
467 dialect: "mssql",
468 placeholder(_) {
469 return `@${numberToParamName(_ - 1)}`
470 },
471 onIdentifier: transform ?
472 function(value, withoutTransform) {
473 return withoutTransform ? escape(value) : escape(transform(value))

Callers 1

onCustomFunction · 0.70

Calls 1

numberToParamNameFunction · 0.85

Tested by

no test coverage detected