MCPcopy Create free account
hub / github.com/chakra-ui/panda / functionFn

Function functionFn

packages/parser/src/classify.ts:304–306  ·  view source on GitHub ↗
(item: ResultItem)

Source from the content-addressed store, hash-verified

302 }
303
304 const functionFn = (item: ResultItem) => {
305 processResultItemFn({ item, filepath, localMaps, type: 'function' })
306 }
307
308 parserResult.jsx.forEach(componentFn)
309 parserResult.css.forEach(functionFn)

Callers 1

classifyProjectFunction · 0.85

Calls 2

processResultItemFnFunction · 0.85
processMapFunction · 0.85

Tested by

no test coverage detected