MCPcopy
hub / github.com/serverless/serverless / get

Function get

packages/util/src/logger/index.js:1134–1136  ·  view source on GitHub ↗

* Find or create a Progress instance.

(namespace)

Source from the content-addressed store, hash-verified

1132 * Find or create a Progress instance.
1133 */
1134 get(namespace) {
1135 return Progress.get(namespace)
1136 },
1137 /**
1138 * Remove all progress states.
1139 * Useful for cleaning up progress states after a process is complete,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected