MCPcopy Create free account
hub / github.com/CodeGenieApp/serverless-express / setCurrentInvoke

Function setCurrentInvoke

src/current-invoke.js:7–10  ·  view source on GitHub ↗
({ event, context })

Source from the content-addressed store, hash-verified

5}
6
7function setCurrentInvoke ({ event, context }) {
8 currentInvoke.event = event
9 currentInvoke.context = context
10}
11
12module.exports = {
13 getCurrentInvoke,

Callers 1

proxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…