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

Function constructor

packages/codegen/src/codegen/modules.ts:37–40  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

35 public readonly mangledName: string;
36
37 public constructor(name: string) {
38 this.name = name;
39 this.mangledName = mangleModuleName(name);
40 }
41
42 /**
43 * Gets the C typename that was generated by wasm2c for this imported module.

Callers

nothing calls this directly

Calls 1

mangleModuleNameFunction · 0.85

Tested by

no test coverage detected