MCPcopy 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
278func (m *MutatorSpec) Filepath() string {
279 return m.Filename()
280}
281
282func (m *MutatorSpec) Save() error {
283 fileName := strings.ToLower(m.MutatorId)

Callers 1

loadMutatorFileFromFSFunction · 0.95

Calls 1

FilenameMethod · 0.95

Tested by

no test coverage detected