MCPcopy Index your code
hub / github.com/serverless/serverless / readFileSync

Method readFileSync

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

Source from the content-addressed store, hash-verified

71 }
72
73 readFileSync(filePath) {
74 return readFileSync(filePath)
75 }
76
77 readFile(filePath) {
78 return readFile(filePath)

Callers 15

renameYmlServiceFunction · 0.80
renameTsServiceFunction · 0.80
readFileSyncFunction · 0.80
request.jsFile · 0.80
createV3RequestHandlerFunction · 0.80
getRequirementsFunction · 0.80
isPoetryProjectFunction · 0.80
deployFunctionMethod · 0.80
extendedValidateFunction · 0.80
mergeIamTemplatesFunction · 0.80

Calls 1

readFileSyncFunction · 0.85

Tested by 4

buildContextFunction · 0.64
updateServerlessYmlFunction · 0.64
runTestFunction · 0.64
runComposeTestFunction · 0.64