MCPcopy Create free account
hub / github.com/brimdata/super / Size

Method Size

pkg/storage/engine.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17type Sizer interface {
18 Size() (int64, error)
19}
20
21var ErrNotSupported = errors.New("method call on storage engine not supported")

Callers 8

SizeFunction · 0.65
SizeMethod · 0.65
SizeMethod · 0.65
ListMethod · 0.65
SizeMethod · 0.65
SizeMethod · 0.65
SizeMethod · 0.65
SpillMethod · 0.65

Implementers 12

Routerpkg/storage/router.go
HTTPEnginepkg/storage/http.go
FileSystempkg/storage/file.go
fileSizerpkg/storage/file.go
S3Enginepkg/storage/s3.go
StdioEnginepkg/storage/stdio.go
bytesReaderpkg/storage/bytes.go
MockEnginepkg/storage/mock/mock_engine.go
MockEngineMockRecorderpkg/storage/mock/mock_engine.go
Readerpkg/s3io/reader.go
Fileruntime/sam/op/spill/file.go
Objectcsup/object.go

Calls

no outgoing calls

Tested by

no test coverage detected