MCPcopy 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
616func (u *UserRecord) GetPrompt() *prompt.Prompt {
617
618 return u.activePrompt
619}
620
621func (u *UserRecord) ClearPrompt() {
622 u.activePrompt = nil

Callers 2

processInputMethod · 0.80
GetAutoCompleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected