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

Function readFileSync

packages/node/src/node-runtime.ts:31–33  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

29 fs: {
30 existsSync: fsExtra.existsSync,
31 readFileSync(filePath: string) {
32 return fsExtra.readFileSync(filePath, 'utf8')
33 },
34 glob(opts) {
35 if (!opts.include) return []
36

Callers 9

getCssTypesCommentsFunction · 0.85
mainFunction · 0.85
readFunction · 0.85
mainFunction · 0.85
initMcpConfigFunction · 0.85
mainFunction · 0.85
setupGitIgnoreFunction · 0.85
discoverPackagesFunction · 0.85

Calls 1

readFileSyncMethod · 0.65

Tested by 1

readFunction · 0.68