MCPcopy Index your code
hub / github.com/deepstreamIO/deepstream.io / getRecordData

Function getRecordData

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

Source from the content-addressed store, hash-verified

4import * as assert from 'assert'
5
6function getRecordData (clientExpression: string, recordName: string) {
7 return clientHandler.getClients(clientExpression).map((client) => client.record.records[recordName])
8}
9
10function getListData (clientExpression: string, listName: string) {
11 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
receivedRecordErrorFunction · 0.70
hasDataFunction · 0.70
hasProvidersFunction · 0.70
hasDataAtPathFunction · 0.70
writeAckSuccessFunction · 0.70
writeAckErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected