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

Method hostModuleOutput

packages/codegen/src/codegen.ts:231–233  ·  view source on GitHub ↗

* Returns the output generator for the host module.

()

Source from the content-addressed store, hash-verified

229 * Returns the output generator for the host module.
230 */
231 get hostModuleOutput(): OutputGenerator {
232 return this.generator.forPath(UMBRELLA_PROJECT_NAME);
233 }
234
235 /**
236 * Generates the host module and its corresponding bridges using the specified context and options.

Callers

nothing calls this directly

Calls 1

forPathMethod · 0.80

Tested by

no test coverage detected