MCPcopy Create free account
hub / github.com/observablehq/framework / getDeployConfigKey

Method getDeployConfigKey

test/deploy-test.ts:111–113  ·  view source on GitHub ↗
(sourceRoot: string, deployConfigPath?: string)

Source from the content-addressed store, hash-verified

109 }
110
111 private getDeployConfigKey(sourceRoot: string, deployConfigPath?: string): string {
112 return `${sourceRoot}::${deployConfigPath ?? "<default>"}`;
113 }
114
115 async getDeployConfig(sourceRoot: string, deployConfigPath?: string): Promise<DeployConfig> {
116 const key = this.getDeployConfigKey(sourceRoot, deployConfigPath);

Callers 2

getDeployConfigMethod · 0.95
setDeployConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected