Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ Validate
Method
Validate
internal/fileloader/fileloader.go:37–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
type
LoadableSimple
interface
{
37
Validate() error
// General validation (or none)
38
Filepath() string
// Relative file path to some base directory - can include subfolders
39
}
40
Callers
15
swapToAlt
Function · 0.65
characterCommand
Method · 0.65
loadUserById
Function · 0.65
LogOutUserByConnectionId
Function · 0.65
LoadUser
Function · 0.65
StoreItem
Method · 0.65
SavePetSpec
Function · 0.65
SaveSpellSpec
Function · 0.65
CreateNewSpellFile
Function · 0.65
Benchmark_Validate
Function · 0.65
Benchmark_DotPaths
Function · 0.65
Benchmark_AllConfigData_NoFilter
Function · 0.65
Implementers
13
Pet
internal/pets/pets.go
SpellData
internal/spells/spells.go
Aliases
internal/keywords/keywords.go
Quest
internal/quests/quests.go
BuffSpec
internal/buffs/buffspec.go
BiomeInfo
internal/rooms/biomes.go
ZoneConfig
internal/rooms/zoneconfig.go
Room
internal/rooms/rooms.go
ItemSpec
internal/items/itemspec.go
WeaponAttackMessageGroup
internal/items/attack_messages.go
Race
internal/races/races.go
MutatorSpec
internal/mutators/mutators.go
Calls
no outgoing calls
Tested by
14
Benchmark_Validate
Function · 0.52
Benchmark_DotPaths
Function · 0.52
Benchmark_AllConfigData_NoFilter
Function · 0.52
Benchmark_AllConfigData_WithExcludes
Function · 0.52
Benchmark_FindFullPath_Exact
Function · 0.52
Benchmark_FindFullPath_Suffix
Function · 0.52
Benchmark_FindFullPath_Miss
Function · 0.52
Benchmark_IsBannedName_NoMatch
Function · 0.52
Benchmark_IsBannedName_Match
Function · 0.52
Benchmark_IsBannedName_WildcardMatch
Function · 0.52
Benchmark_IsBannedName_LargeList
Function · 0.52
Benchmark_GetConfig
Function · 0.52