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

Function receivedNoUpdateForPath

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

Source from the content-addressed store, hash-verified

60 },
61
62 receivedNoUpdateForPath (clientExpression: string, recordName: string, path: string) {
63 getRecordData(clientExpression, recordName).forEach((recordData) => {
64 sinon.assert.notCalled(recordData.subscribePathCallbacks[path])
65 })
66 },
67
68 receivedRecordError (clientExpression: string, error: string, recordName: string) {
69 getRecordData(clientExpression, recordName).forEach((recordData) => {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
getRecordDataFunction · 0.70

Tested by

no test coverage detected