MCPcopy
hub / github.com/golang/tools / openFile

Struct openFile

txtar/fs.go:181–185  ·  view source on GitHub ↗

An openFile is a regular (non-directory) fs.File open for reading.

Source from the content-addressed store, hash-verified

179
180// An openFile is a regular (non-directory) fs.File open for reading.
181type openFile struct {
182 fileinfo
183 data []byte
184 offset int64
185}
186
187var _ fs.File = (*openFile)(nil)
188

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected