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

Interface FunctionTypeExtensionOptions

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

Source from the content-addressed store, hash-verified

19}
20
21export interface FunctionTypeExtensionOptions {
22 functionTimeout?: number
23}
24
25class FunctionTypeExtension extends TypeExtension<FunctionType, FunctionDecoration> {
26 private readonly functionRegistry =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected