MCPcopy Create free account
hub / github.com/callstack/agent-device / triggerEventPositionals

Function triggerEventPositionals

src/commands/management/push.ts:113–115  ·  view source on GitHub ↗
(input: AppTriggerEventOptions)

Source from the content-addressed store, hash-verified

111}
112
113function triggerEventPositionals(input: AppTriggerEventOptions): string[] {
114 return [input.event, ...(input.payload ? [JSON.stringify(input.payload)] : [])];
115}

Callers 1

push.tsFile · 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…