Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
import
{ join } from
'path'
;
28
29
async
function
initWA() {
30
await
waMonitor.loadInstance();
31
}
32
33
async
function
bootstrap() {
34
const
logger =
new
Logger(
'SERVER'
);
Callers
1
bootstrap
Function · 0.85
Calls
1
loadInstance
Method · 0.80
Tested by
no test coverage detected