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

Method Chmod

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

Source from the content-addressed store, hash-verified

596// All name parameters are absolute paths.
597type wholeFileFS interface {
598 Chmod(name string, mode os.FileMode) error
599 ReadFile(name string) ([]byte, error)
600 Remove(name string) error
601 Rename(oldName, newName string) error

Callers 11

ensureStateDirPermsUnixFunction · 0.65
listenFunction · 0.65
WriteFileFunction · 0.65
copyBinaryFunction · 0.65
runConfigureSynologyFunction · 0.65
writeLauncherFunction · 0.65
renameMethod · 0.65
atomicWriteFileMethod · 0.65
ChmodMethod · 0.65
copyFileFunction · 0.65

Implementers 2

wslFSnet/dns/wsl_windows.go
directFSnet/dns/direct.go

Calls

no outgoing calls

Tested by 1

copyFileFunction · 0.52