MCPcopy Create free account
hub / github.com/callstackincubator/polygen / rootOutput

Method rootOutput

packages/codegen/src/codegen.ts:274–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 }
273
274 get rootOutput(): OutputGenerator {
275 return this.generator;
276 }
277
278 private outputPathForModule(module: PolygenModuleConfig, name: string) {
279 let dirName =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected