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

Function hasProviders

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
getRecordDataFunction · 0.70

Tested by

no test coverage detected