MCPcopy
hub / github.com/serverless/serverless / readFile

Method readFile

packages/serverless/lib/classes/utils.js:77–79  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

75 }
76
77 readFile(filePath) {
78 return readFile(filePath)
79 }
80
81 walkDirSync(dirPath) {
82 return walkDirSync(dirPath)

Callers 15

readFileFunction · 0.80
getValidateFunction · 0.80
readConfigurationFileFunction · 0.80
addTreeFunction · 0.80
injectRequirementsFunction · 0.80
moveModuleUpFunction · 0.80
getFileContentFunction · 0.80
validateFileMethod · 0.80
validateFileMethod · 0.80
uploadStateFileFunction · 0.80

Calls 1

readFileFunction · 0.50