Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGenieApp/serverless-express
/ CurrentInvoke
Interface
CurrentInvoke
src/current-invoke.d.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
CurrentInvoke {
2
event?: any;
3
context?: any;
4
}
5
6
export
declare
function
getCurrentInvoke(): CurrentInvoke;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…