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

Function defaultYamlManifestPath

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

Source from the content-addressed store, hash-verified

245}
246
247export function defaultYamlManifestPath(projectPath: string): string {
248 return path.join(projectPath, DEFAULT_MANIFEST);
249}
250
251export function defaultTSManifestPath(projectPath: string): string {
252 return path.join(projectPath, DEFAULT_TS_MANIFEST);

Callers 3

readDefaultsFunction · 0.90
prepareManifestFunction · 0.90
prepareProjectScaffoldFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected