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

Method files

packages/parser/src/project.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 get files() {
69 return this.options.getFiles()
70 }
71
72 getSourceFile = (filePath: string): SourceFile | undefined => {
73 return this.project.getSourceFile(filePath)

Callers

nothing calls this directly

Calls 1

getFilesMethod · 0.65

Tested by

no test coverage detected