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

Function hasProviders

test-e2e/framework-v3/record.ts:85–89  ·  view source on GitHub ↗
(clientExpression: string, recordName: string, without: boolean)

Source from the content-addressed store, hash-verified

83 },
84
85 hasProviders (clientExpression: string, recordName: string, without: boolean) {
86 getRecordData(clientExpression, recordName).forEach((recordData) => {
87 assert.deepEqual(recordData.record.hasProvider, !without)
88 })
89 },
90
91 hasDataAtPath (clientExpression: string, recordName: string, path: string, data: string) {
92 data = utils.parseData(data)

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
getRecordDataFunction · 0.70

Tested by

no test coverage detected