MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / GetUnsentText

Method GetUnsentText

internal/users/userrecord.go:530–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

528}
529
530func (u *UserRecord) GetUnsentText() (unsent string, suggestion string) {
531
532 return u.unsentText, u.suggestText
533}
534
535// Replace a characters information with another.
536func (u *UserRecord) ReplaceCharacter(replacement *characters.Character) {

Callers 4

handleTelnetConnectionFunction · 0.95
handleSSHConnectionFunction · 0.95
GetCommandPromptMethod · 0.95
resumeRestoredConnectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected