MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Exit

Function Exit

internal/utils/exit.go:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func Exit() {
11 events.Notify(events.EventTerminated)
12 os.Exit(0)
13}

Callers 3

listenSignalsMethod · 0.92
listenSockMethod · 0.92
restartMethod · 0.92

Calls 1

NotifyFunction · 0.92

Tested by

no test coverage detected