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

Function unsubscribeFromPath

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

Source from the content-addressed store, hash-verified

247 },
248
249 unsubscribeFromPath (clientExpression: string, recordName: string, path: string) {
250 getRecordData(clientExpression, recordName).forEach((recordData) => {
251 recordData.record.unsubscribe(path, recordData.subscribePathCallbacks[path])
252 })
253 },
254
255 discard (clientExpression: string, recordName: string) {
256 getRecordData(clientExpression, recordName).forEach((recordData) => {

Callers

nothing calls this directly

Calls 3

forEachMethod · 0.80
getRecordDataFunction · 0.70
unsubscribeMethod · 0.65

Tested by

no test coverage detected