MCPcopy 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
859func (c ScriptContainer) Exists() bool {
860 _, ok := c.roomRecord.Containers[c.name]
861 return ok
862}

Callers 6

GetPetFunction · 0.45
GetPetMethod · 0.45
TryPetScriptEventFunction · 0.45
TryPetCommandFunction · 0.45
getPetVMFunction · 0.45
GetPetSpecFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected