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

Method Chmod

net/dns/direct.go:641–643  ·  view source on GitHub ↗
(name string, mode os.FileMode)

Source from the content-addressed store, hash-verified

639}
640
641func (fs directFS) Chmod(name string, mode os.FileMode) error {
642 return os.Chmod(fs.path(name), mode)
643}
644
645func (fs directFS) Rename(oldName, newName string) error {
646 return os.Rename(fs.path(oldName), fs.path(newName))

Callers

nothing calls this directly

Calls 2

pathMethod · 0.95
ChmodMethod · 0.65

Tested by

no test coverage detected