Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ param-meta.test.ts
File
param-meta.test.ts
packages/component-sdk/src/__tests__/param-meta.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'bun:test'
;
2
import
{ z } from
'zod'
;
3
import
{ getParamMeta } from
'../param-meta'
;
4
import
{ param, parameters } from
'../schema-builders'
;
Callers
nothing calls this directly
Calls
5
param
Function · 0.90
getParamMeta
Function · 0.90
parameters
Function · 0.90
extractParameters
Function · 0.90
validateParameterSchema
Function · 0.90
Tested by
no test coverage detected