MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / getConfig

Method getConfig

lib/config.ts:117–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 static async getConfig(): Promise<Config> {
118 await this.loadConfig();
119
120 return this.config;
121 }
122
123 static async isSignupAllowed({ viaSingleSignOn = false }: { viaSingleSignOn?: boolean } = {}): Promise<boolean> {
124 await this.loadConfig();

Callers 15

main.tsFile · 0.80
getFunction · 0.80
postFunction · 0.80
getFunction · 0.80
getFunction · 0.80
dav_test.tsFile · 0.80
getFunction · 0.80
getFunction · 0.80
postFunction · 0.80
getFunction · 0.80
postFunction · 0.80
getFunction · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected