MCPcopy Create free account
hub / github.com/tailscale/tailscale / path

Method path

net/dns/direct.go:629–629  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

627}
628
629func (fs directFS) path(name string) string { return filepath.Join(fs.prefix, name) }
630
631func (fs directFS) ActualPath(name string) string { return fs.path(name) }
632

Callers 8

ActualPathMethod · 0.95
StatMethod · 0.95
ChmodMethod · 0.95
RenameMethod · 0.95
RemoveMethod · 0.95
ReadFileMethod · 0.95
TruncateMethod · 0.95
WriteFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected