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

Method LegacyMetadataFilepath

workspace/exercise.go:43–45  ·  view source on GitHub ↗

LegacyMetadataFilepath is the absolute path to the legacy exercise metadata.

()

Source from the content-addressed store, hash-verified

41
42// LegacyMetadataFilepath is the absolute path to the legacy exercise metadata.
43func (e Exercise) LegacyMetadataFilepath() string {
44 return filepath.Join(e.Filepath(), legacyMetadataFilename)
45}
46
47// MetadataDir returns the directory that the exercise metadata lives in.
48// For now this is the exercise directory.

Calls 1

FilepathMethod · 0.95