MCPcopy Create free account
hub / github.com/redis/RedisInsight / register

Method register

redisinsight/api/src/modules/cloud/cloud.module.ts:12–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10@Module({})
11export class CloudModule {
12 static register() {
13 return {
14 module: CloudModule,
15 imports: [
16 CloudSessionModule.register(),
17 CloudAuthModule,
18 CloudUserModule,
19 CloudAutodiscoveryModule,
20 CloudTaskModule,
21 CloudJobModule,
22 CloudCapiKeyModule,
23 ],
24 };
25 }
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected