MCPcopy Index your code
hub / github.com/deepnote/deepnote / getSqlEnvVarName

Function getSqlEnvVarName

packages/blocks/src/blocks/sql-utils.ts:11–13  ·  view source on GitHub ↗
(integrationId: string)

Source from the content-addressed store, hash-verified

9}
10
11export function getSqlEnvVarName(integrationId: string): string {
12 return `SQL_${integrationId}`
13}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected