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

Function findClientStreams

scripts/e2e-webrtc-reliability.mjs:451–455  ·  view source on GitHub ↗
(metrics, clientId)

Source from the content-addressed store, hash-verified

449}
450
451function findClientStreams(metrics, clientId) {
452 return (metrics.client_streams ?? []).filter(
453 (stream) => stream.clientId === clientId,
454 );
455}
456
457function latestByKind(streams, kind) {
458 return streams

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected