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

Method imports

packages/polygen/src/api/Module.ts:34–36  ·  view source on GitHub ↗
(mod: Module)

Source from the content-addressed store, hash-verified

32 }
33
34 public static imports(mod: Module): ModuleImportDescriptor[] {
35 return mod.metadata.imports;
36 }
37
38 public static exports(mod: Module): ModuleExportDescriptor[] {
39 return mod.metadata.exports;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected