MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / pushCommand

Method pushCommand

apps/client/src/code/realtime/client.ts:249–255  ·  view source on GitHub ↗
(command: RealtimeCommand)

Source from the content-addressed store, hash-verified

247 // Command buffer
248
249 pushCommand(command: RealtimeCommand) {
250 this.commandBuffer.push(command);
251
252 if (this.commandBuffer.length === 1) {
253 setTimeout(this.flushCommandBuffer);
254 }
255 }
256
257 _resubscribe<
258 DataPrefix_ extends DataPrefix,

Callers 5

hgetMethod · 0.80
Class · 0.80
_resubscribeMethod · 0.80
_subscribeMethod · 0.80
unsubscribeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected