MCPcopy Create free account
hub / github.com/ceifa/wasmoon /

Class

src/type-extensions/function.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25class FunctionTypeExtension extends TypeExtension<FunctionType, FunctionDecoration> {
26 private readonly functionRegistry =
27 typeof FinalizationRegistry !== 'undefined'
28 ? new FinalizationRegistry((func: number) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected