MCPcopy Create free account
hub / github.com/firebase/firebase-tools / submit

Method submit

src/emulator/workQueue.ts:56–60  ·  view source on GitHub ↗

* Submit an entry to the queue and run it according to the WorkMode. * * Note: make sure start() has been called at some point.

(entry: Work)

Source from the content-addressed store, hash-verified

54 * Note: make sure start() has been called at some point.
55 */
56 submit(entry: Work) {
57 this.queue.push(entry);
58 this.notifyQueue();
59 this.logState();
60 }
61
62 /**
63 * Begin processing work from the queue.

Callers 3

workQueue.spec.tsFile · 0.80
httpsHandlerMethod · 0.80
multicastHandlerMethod · 0.80

Calls 1

logStateMethod · 0.95

Tested by

no test coverage detected