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

Function sha256Path

packages/sf-core/tests/python/test.js:51–53  ·  view source on GitHub ↗

* Helper to get the md5 a a file's contents to determine if a requirements has a static cache * @param {string} fullpath * @return {string}

(fullpath)

Source from the content-addressed store, hash-verified

49 * @return {string}
50 */
51function sha256Path(fullpath) {
52 return sha256File(fullpath)
53}
54
55const initialWorkingDir = __dirname
56

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…