MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / initWA

Function initWA

src/main.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27import { join } from 'path';
28
29async function initWA() {
30 await waMonitor.loadInstance();
31}
32
33async function bootstrap() {
34 const logger = new Logger('SERVER');

Callers 1

bootstrapFunction · 0.85

Calls 1

loadInstanceMethod · 0.80

Tested by

no test coverage detected