MCPcopy Create free account
hub / github.com/anchordotdev/cli / normalizedStackPath

Function normalizedStackPath

stacktrace/stacktrace.go:100–102  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

98 return strings.Join(lines, "\n")
99}
100func normalizedStackPath(path string) string {
101 return strings.ReplaceAll(path, string(os.PathSeparator), "/")
102}

Callers 1

cleanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected