Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ComposioHQ/composio
/ FunctionType.test.ts
File
FunctionType.test.ts
ts/packages/ts-builders/src/FunctionType.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
'vitest'
;
2
3
import
{ functionType } from
'./FunctionType'
;
4
import
{ genericParameter } from
'./GenericParameter'
;
Callers
nothing calls this directly
Calls
9
namedType
Function · 0.90
stringify
Function · 0.90
functionType
Function · 0.90
parameter
Function · 0.90
genericParameter
Function · 0.90
test
Function · 0.50
setReturnType
Method · 0.45
addParameter
Method · 0.45
addGenericParameter
Method · 0.45
Tested by
no test coverage detected