Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/soketi/soketi
/ start
Method
start
src/cli/cli.ts:202–204 ·
view source on GitHub ↗
* Start the server.
(cliArgs: any)
Source
from the content-addressed store, hash-verified
200
* Start the server.
201
*/
202
static
async
start(cliArgs: any): Promise<any> {
203
return
(
new
Cli).start(cliArgs);
204
}
205
206
/**
207
* Start the server with PM2 support.
Callers
4
processQueue
Method · 0.45
index.ts
File · 0.45
startWithPm2
Method · 0.45
newServer
Method · 0.45
Calls
3
overwriteOptionsFromConfig
Method · 0.95
overwriteOptionsFromEnv
Method · 0.95
error
Method · 0.80
Tested by
no test coverage detected