Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ Exists
Method
Exists
internal/scripting/room_func.go:859–862 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
857
}
858
859
func
(c ScriptContainer) Exists() bool {
860
_, ok := c.roomRecord.Containers[c.name]
861
return
ok
862
}
Callers
6
GetPet
Function · 0.45
GetPet
Method · 0.45
TryPetScriptEvent
Function · 0.45
TryPetCommand
Function · 0.45
getPetVM
Function · 0.45
GetPetSpec
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected