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

Method MetadataFilepath

workspace/exercise.go:38–40  ·  view source on GitHub ↗

MetadataFilepath is the absolute path to the exercise metadata.

()

Source from the content-addressed store, hash-verified

36
37// MetadataFilepath is the absolute path to the exercise metadata.
38func (e Exercise) MetadataFilepath() string {
39 return filepath.Join(e.Filepath(), metadataFilepath)
40}
41
42// LegacyMetadataFilepath is the absolute path to the legacy exercise metadata.
43func (e Exercise) LegacyMetadataFilepath() string {

Calls 1

FilepathMethod · 0.95