| 19 | } |
| 20 | |
| 21 | export interface FunctionTypeExtensionOptions { |
| 22 | functionTimeout?: number |
| 23 | } |
| 24 | |
| 25 | class FunctionTypeExtension extends TypeExtension<FunctionType, FunctionDecoration> { |
| 26 | private readonly functionRegistry = |
nothing calls this directly
no outgoing calls
no test coverage detected