MCPcopy Create free account
hub / github.com/deepstreamIO/deepstream.io / hasDataAtPath

Function hasDataAtPath

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

Source from the content-addressed store, hash-verified

86 },
87
88 hasDataAtPath (clientExpression: string, recordName: string, path: string, data: string) {
89 data = utils.parseData(data)
90 getRecordData(clientExpression, recordName).forEach((recordData) => {
91 assert.deepEqual(recordData.record.get(path), data)
92 })
93 },
94
95 writeAckSuccess (clientExpression: string, recordName: string) {
96 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