Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ Error
Function
Error
internal/mudlog/mudlog.go:94–96 ·
view source on GitHub ↗
(msg string, args ...any)
Source
from the content-addressed store, hash-verified
92
}
93
94
func
Error(msg string, args ...any) {
95
slogInstance.Log(context.Background(), slog.LevelError, msg, args...)
96
}
Callers
15
HandleInputEvents
Method · 0.92
HandleSystemEvents
Method · 0.92
logOutUserByConnectionId
Method · 0.92
MainWorker
Method · 0.92
processInput
Method · 0.92
processMobInput
Method · 0.92
startCopyoverSignalHandler
Function · 0.92
main
Function · 0.92
handleTelnetConnection
Function · 0.92
HandleWebSocketConnection
Function · 0.92
TelnetListenOnPort
Function · 0.92
SSHListenOnPort
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected