MCPcopy
hub / github.com/hcengineering/platform / getClient

Function getClient

packages/presentation/src/utils.ts:253–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251 * @public
252 */
253export function getClient (): TxOperations & Client {
254 return clientProxy
255}
256
257export function isDisabled (feature?: string): boolean {
258 if (feature === undefined) {

Callers 15

searchForFunction · 0.90
executePlatformActionFunction · 0.90
index.tsFile · 0.90
configureNotificationsFunction · 0.90
index.tsFile · 0.90
onAuthorizeFunction · 0.90
createMeetingFunction · 0.90
leaveMeetingFunction · 0.90
kickFunction · 0.90
moveToMeetingRoomFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected