Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
629
func
(fs directFS) path(name string) string {
return
filepath.Join(fs.prefix, name) }
630
631
func
(fs directFS) ActualPath(name string) string {
return
fs.path(name) }
632
Callers
8
ActualPath
Method · 0.95
Stat
Method · 0.95
Chmod
Method · 0.95
Rename
Method · 0.95
Remove
Method · 0.95
ReadFile
Method · 0.95
Truncate
Method · 0.95
WriteFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected