Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ exports
Method
exports
packages/polygen/src/api/Module.ts:38–40 ·
view source on GitHub ↗
(mod: Module)
Source
from the content-addressed store, hash-verified
36
}
37
38
public static exports(mod: Module): ModuleExportDescriptor[] {
39
return
mod.metadata.exports;
40
}
41
}
42
43
function
isFakeModule(buffer: ArrayBuffer): boolean {
Callers
2
FetchModuleExample
Function · 0.80
ModuleFromBufferExample
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected