MCPcopy Create free account
hub / github.com/exercism/cli / Filepath

Method Filepath

workspace/exercise.go:33–35  ·  view source on GitHub ↗

Filepath is the absolute path on the filesystem.

()

Source from the content-addressed store, hash-verified

31
32// Filepath is the absolute path on the filesystem.
33func (e Exercise) Filepath() string {
34 return filepath.Join(e.Root, e.Track, e.Slug)
35}
36
37// MetadataFilepath is the absolute path to the exercise metadata.
38func (e Exercise) MetadataFilepath() string {

Callers 3

MetadataFilepathMethod · 0.95
MetadataDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected