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

Function numberToParamName

packages/sql-mssql/src/MssqlClient.ts:507–509  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

505const escape = (str: string) => "[" + str.replace(/\]/g, "]]").replace(/\./g, "].[") + "]"
506
507function numberToParamName(n: number) {
508 return `${Math.ceil(n + 1)}`
509}
510
511/**
512 * @since 1.0.0

Callers 2

runFunction · 0.85
placeholderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected