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

Method getContactsConfig

lib/config.ts:216–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 static async getContactsConfig(): Promise<Config['contacts']> {
217 await this.loadConfig();
218
219 return this.config.contacts;
220 }
221
222 static async getCalendarConfig(): Promise<Config['calendar']> {
223 await this.loadConfig();

Callers 3

getFunction · 0.80
getFunction · 0.80
contacts.tsFile · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected