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

Function hasData

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

Source from the content-addressed store, hash-verified

76 },
77
78 hasData (clientExpression: string, recordName: string, data: string) {
79 data = utils.parseData(data)
80 getRecordData(clientExpression, recordName).forEach((recordData) => {
81 assert.deepEqual(recordData.record.get(), data)
82 })
83 },
84
85 hasProviders (clientExpression: string, recordName: string, without: boolean) {
86 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