MCPcopy 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
49func (f overlayFS) ReadFile(p string) ([]byte, error) {
50 return fs.ReadFile(f.target(p), p)
51}

Callers

nothing calls this directly

Calls 2

targetMethod · 0.95
ReadFileMethod · 0.65

Tested by

no test coverage detected