MCPcopy
hub / github.com/winglang/wing / push

Method push

packages/@winglang/sdk/src/cloud/queue.ts:133–133  ·  view source on GitHub ↗

* Push one or more messages to the queue. * @param messages Payload to send to the queue. Each message must be non-empty. * @inflight

(...messages: string[])

Source from the content-addressed store, hash-verified

131 * @inflight
132 */
133 push(...messages: string[]): Promise<void>;
134
135 /**
136 * Purge all of the messages in the queue.

Callers 15

getFoldersFunction · 0.65
getReleaseDataFunction · 0.65
runWingCommandFunction · 0.65
cli.bench.tsFile · 0.65
avgBenchesFunction · 0.65
visitorMethod · 0.65
activateFunction · 0.65
beforeShutdownFunction · 0.65
addValueFunction · 0.65
formatDiagnosticsFunction · 0.65
writeMethod · 0.65
listFilesToCopyFunction · 0.65

Implementers 3

QueueClientpackages/@winglang/sdk/src/shared-aws/
Queuepackages/@winglang/sdk/src/target-sim/
Queuepackages/@winglang/sdk/src/target-sim/

Calls

no outgoing calls

Tested by 6

createFakeRepoFunction · 0.52
createMockStreamFunction · 0.52
createMockStreamFunction · 0.52
constructorMethod · 0.52
runAllTestsFunction · 0.52
createTemporaryFileFunction · 0.52