MCPcopy Create free account
hub / github.com/bufbuild/buf / Unnormalize

Function Unnormalize

private/pkg/normalpath/normalpath.go:140–142  ·  view source on GitHub ↗

Unnormalize unnormalizes the given path. This calls filepath.FromSlash on the path. If the path is "", this returns "".

(path string)

Source from the content-addressed store, hash-verified

138// This calls filepath.FromSlash on the path.
139// If the path is "", this returns "".
140func Unnormalize(path string) string {
141 return filepath.FromSlash(path)
142}
143
144// Base is equivalent to filepath.Base.
145//

Callers 15

chdirToSubDirFunction · 0.92
runFunction · 0.92
buildRecMethod · 0.92
testNewReadBucketFunction · 0.92
NewImmutableObjectFunction · 0.92
testNewReadBucketFunction · 0.92
newBucketFunction · 0.92
getExternalPathMethod · 0.92
getExternalPrefixMethod · 0.92
newLockerFunction · 0.92
LockMethod · 0.92

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…