Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ ReadFile
Method
ReadFile
coderd/files/overlay.go:49–51 ·
view source on GitHub ↗
(p string)
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(f overlayFS) ReadFile(p string) ([]byte, error) {
50
return
fs.ReadFile(f.target(p), p)
51
}
Callers
nothing calls this directly
Calls
2
target
Method · 0.95
ReadFile
Method · 0.65
Tested by
no test coverage detected