MCPcopy
hub / github.com/subquery/subql / defaultTSManifestPath

Function defaultTSManifestPath

packages/cli/src/utils/utils.ts:251–253  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

249}
250
251export function defaultTSManifestPath(projectPath: string): string {
252 return path.join(projectPath, DEFAULT_TS_MANIFEST);
253}
254
255export function defaultEnvPath(projectPath: string): string {
256 return path.join(projectPath, DEFAULT_ENV);

Callers 4

readDefaultsFunction · 0.90
prepareManifestFunction · 0.90
prepareEnvFunction · 0.90
prepareProjectScaffoldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected