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

Method getFilePath

packages/core/src/path.ts:14–16  ·  view source on GitHub ↗
(file?: string)

Source from the content-addressed store, hash-verified

12 }
13
14 getFilePath(file?: string) {
15 return [this.cwd, this.outdir, file].filter(Boolean) as string[]
16 }
17
18 get root() {
19 return this.getFilePath()

Callers 12

rootMethod · 0.95
cssMethod · 0.95
tokenMethod · 0.95
typesMethod · 0.95
recipeMethod · 0.95
patternMethod · 0.95
outCssMethod · 0.95
jsxMethod · 0.95
themesMethod · 0.95
specsMethod · 0.95
createParserFunction · 0.80

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected