Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
root
Method · 0.95
css
Method · 0.95
token
Method · 0.95
types
Method · 0.95
recipe
Method · 0.95
pattern
Method · 0.95
outCss
Method · 0.95
jsx
Method · 0.95
themes
Method · 0.95
specs
Method · 0.95
createParser
Function · 0.80
getModuleSpecifierSourceFile
Function · 0.80
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected