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

Method getEmailConfig

lib/config.ts:210–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 static async getEmailConfig(): Promise<Config['email']> {
211 await this.loadConfig();
212
213 return this.config.email;
214 }
215
216 static async getContactsConfig(): Promise<Config['contacts']> {
217 await this.loadConfig();

Callers 1

sendMethod · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected