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

Method Path

workspace/document.go:32–34  ·  view source on GitHub ↗

Path is the normalized path. It uses forward slashes regardless of the operating system.

()

Source from the content-addressed store, hash-verified

30// Path is the normalized path.
31// It uses forward slashes regardless of the operating system.
32func (doc Document) Path() string {
33 return filepath.ToSlash(doc.RelativePath)
34}

Callers 4

TestWorkspaceExercisesFunction · 0.45
submitMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestWorkspaceExercisesFunction · 0.36