MCPcopy Index your code
hub / github.com/subquery/subql / buildProjectKey

Function buildProjectKey

packages/cli/src/utils/utils.ts:102–104  ·  view source on GitHub ↗
(org: string, projectName: string)

Source from the content-addressed store, hash-verified

100}
101
102export function buildProjectKey(org: string, projectName: string): string {
103 return encodeURIComponent(`${org}/${projectName.toLowerCase()}`);
104}
105
106export async function renderTemplate(templatePath: string, outputPath: string, templateData: ejs.Data): Promise<void> {
107 const data = await ejs.renderFile(templatePath, templateData);

Callers 6

createDeploymentFunction · 0.90
promoteDeploymentFunction · 0.90
deleteDeploymentFunction · 0.90
deploymentStatusFunction · 0.90
projectsInfoFunction · 0.90
updateDeploymentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected