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

Function hasData

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

Source from the content-addressed store, hash-verified

73 },
74
75 hasData (clientExpression: string, recordName: string, data: string) {
76 data = utils.parseData(data)
77 getRecordData(clientExpression, recordName).forEach((recordData) => {
78 assert.deepEqual(recordData.record.get(), data)
79 })
80 },
81
82 hasProviders (clientExpression: string, recordName: string, without: boolean) {
83 getRecordData(clientExpression, recordName).forEach((recordData) => {

Callers

nothing calls this directly

Calls 4

forEachMethod · 0.80
getRecordDataFunction · 0.70
getMethod · 0.65
parseDataMethod · 0.45

Tested by

no test coverage detected