Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ Filepath
Method
Filepath
internal/mutators/mutators.go:278–280 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(m *MutatorSpec) Filepath() string {
279
return
m.Filename()
280
}
281
282
func
(m *MutatorSpec) Save() error {
283
fileName := strings.ToLower(m.MutatorId)
Callers
1
loadMutatorFileFromFS
Function · 0.95
Calls
1
Filename
Method · 0.95
Tested by
no test coverage detected