MCPcopy
hub / github.com/deepstreamIO/deepstream.io / getRecordData

Function getRecordData

test-e2e/framework-v3/record.ts:7–9  ·  view source on GitHub ↗
(clientExpression: string, recordName: string)

Source from the content-addressed store, hash-verified

5import * as assert from 'assert'
6
7function getRecordData (clientExpression: string, recordName: string) {
8 return clientHandler.getClients(clientExpression).map((client) => client.record.records[recordName])
9}
10
11function getListData (clientExpression: string, listName: string) {
12 return clientHandler.getClients(clientExpression).map((client) => client.record.lists[listName])

Callers 15

deletedFunction · 0.70
discardedFunction · 0.70
receivedUpdateFunction · 0.70
receivedUpdateForPathFunction · 0.70
receivedNoUpdateFunction · 0.70
receivedNoUpdateForPathFunction · 0.70
hasDataFunction · 0.70
hasProvidersFunction · 0.70
hasDataAtPathFunction · 0.70
writeAckSuccessFunction · 0.70
subscribeFunction · 0.70
unsubscribeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected