MCPcopy Create free account
hub / github.com/pollinations/pollinations / verifyConnection

Function verifyConnection

apps/micro/src/wrapper.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 },
66
67 async verifyConnection(): Promise<boolean> {
68 return microService.verifyEmailConnection();
69 },
70
71 getTemplates(): Record<string, any> {
72 return microService.getTemplates();

Callers

nothing calls this directly

Calls 1

verifyEmailConnectionMethod · 0.80

Tested by

no test coverage detected