Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ ConnectionId
Method
ConnectionId
internal/users/userrecord.go:596–598 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
594
}
595
596
func
(u *UserRecord) ConnectionId() uint64 {
597
return
u.connectionId
598
}
599
600
// Prompt related functionality
601
func
(u *UserRecord) StartPrompt(command string, rest string) (*prompt.Prompt, bool) {
Callers
1
GetCommandPrompt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected