Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
369
func
(p *Pet) Filepath() string {
370
return
p.Filename()
371
}
372
373
func
(p *Pet) Save() error {
374
bytes, err := yaml.Marshal(p)
Callers
1
GetScriptPath
Method · 0.95
Calls
1
Filename
Method · 0.95
Tested by
no test coverage detected