MCPcopy
hub / github.com/joschan21/digitalhippo / parse

Function parse

src/app/products/page.tsx:11–13  ·  view source on GitHub ↗
(param: Param)

Source from the content-addressed store, hash-verified

9}
10
11const parse = (param: Param) => {
12 return typeof param === 'string' ? param : undefined
13}
14
15const ProductsPage = ({
16 searchParams,

Callers 2

startFunction · 0.85
ProductsPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected