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

Method setDeployConfig

test/deploy-test.ts:122–125  ·  view source on GitHub ↗
(sourceRoot: string, deployConfigPath: string | undefined, config: DeployConfig)

Source from the content-addressed store, hash-verified

120 }
121
122 async setDeployConfig(sourceRoot: string, deployConfigPath: string | undefined, config: DeployConfig) {
123 const key = this.getDeployConfigKey(sourceRoot, deployConfigPath);
124 this.deployConfigs[key] = config;
125 }
126
127 *visitFiles(path: string) {
128 yield* visitFiles(path);

Callers 2

getDeployTargetMethod · 0.80

Calls 1

getDeployConfigKeyMethod · 0.95

Tested by

no test coverage detected