Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ parameters
Function
parameters
packages/component-sdk/src/schema-builders.ts:89–93 ·
view source on GitHub ↗
( shape: T )
Source
from the content-addressed store, hash-verified
87
* ```
88
*/
89
export
function
parameters<T extends Record<string, z.ZodTypeAny>>(
90
shape: T
91
): ParametersSchema<T> {
92
return
z.object(shape) as unknown as ParametersSchema<T>;
93
}
Callers
15
tool-helpers.test.ts
File · 0.90
registry.test.ts
File · 0.90
param-meta.test.ts
File · 0.90
slack.ts
File · 0.90
supabase-scanner.ts
File · 0.90
abuseipdb.ts
File · 0.90
shuffledns-massdns.ts
File · 0.90
nuclei.ts
File · 0.90
subfinder.ts
File · 0.90
prowler-scan.ts
File · 0.90
notify.ts
File · 0.90
dnsx.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected