MCPcopy Index your code
hub / github.com/screego/server / futureFatal

Function futureFatal

config/error.go:12–17  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

10}
11
12func futureFatal(msg string) FutureLog {
13 return FutureLog{
14 Level: zerolog.FatalLevel,
15 Msg: msg,
16 }
17}

Callers 4

parseIPProviderFunction · 0.85
parseStaticFunction · 0.85
applyIPToFunction · 0.85
GetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected