Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ UnblockInput
Method
UnblockInput
internal/users/userrecord.go:348–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
346
}
347
348
func
(u *UserRecord) UnblockInput() {
349
u.inputBlocked = false
350
}
351
352
func
(u *UserRecord) InputBlocked() bool {
353
return
u.inputBlocked
Callers
1
HandleInputEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected