Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetPrompt
Method
GetPrompt
internal/users/userrecord.go:616–619 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
614
}
615
616
func
(u *UserRecord) GetPrompt() *prompt.Prompt {
617
618
return
u.activePrompt
619
}
620
621
func
(u *UserRecord) ClearPrompt() {
622
u.activePrompt = nil
Callers
2
processInput
Method · 0.80
GetAutoComplete
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected