MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / SystemMonitorUpdate

Method SystemMonitorUpdate

backend/Src/ClientIO/Broadcaster.ts:93–95  ·  view source on GitHub ↗
(info: Exact<T, SystemInfo>)

Source from the content-addressed store, hash-verified

91 }
92 // System monitor
93 public SystemMonitorUpdate<T>(info: Exact<T, SystemInfo>) {
94 this.io.emit('SystemMonitorUpdate', info);
95 }
96 // Non specific
97 public UpdateStorageQuota(quota: number) {
98 this.io.emit('UpdateStorageQuota', quota);

Callers 1

StartResourceMonitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected