MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / Filepath

Method Filepath

internal/pets/pets.go:369–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367}
368
369func (p *Pet) Filepath() string {
370 return p.Filename()
371}
372
373func (p *Pet) Save() error {
374 bytes, err := yaml.Marshal(p)

Callers 1

GetScriptPathMethod · 0.95

Calls 1

FilenameMethod · 0.95

Tested by

no test coverage detected