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

Method Filepath

workspace/document.go:26–28  ·  view source on GitHub ↗

Filepath is the absolute path to the document on the filesystem.

()

Source from the content-addressed store, hash-verified

24
25// Filepath is the absolute path to the document on the filesystem.
26func (doc Document) Filepath() string {
27 return filepath.Join(doc.Root, doc.RelativePath)
28}
29
30// Path is the normalized path.
31// It uses forward slashes regardless of the operating system.

Callers 3

documentsMethod · 0.45
metadataMethod · 0.45
submitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected