MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / streamKey

Function streamKey

scripts/check-stream-reliability.mjs:30–32  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

28}
29
30function streamKey(stream) {
31 return `${stream.clientId ?? "unknown"}:${stream.kind ?? "unknown"}`;
32}
33
34function freshClientStreams(metrics, nowMs) {
35 return (metrics.client_streams ?? []).filter((stream) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected