MCPcopy
hub / github.com/Velocidex/velociraptor / SparseFileInfo

Struct SparseFileInfo

accessors/sparse/sparse.go:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type SparseFileInfo struct {
197 accessors.VirtualFileInfo
198 size int64
199}
200
201func (self SparseFileInfo) Size() int64 {
202 return self.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected