MCPcopy Create free account
hub / github.com/AbelChe/evil_minio / ReadAll

Method ReadAll

cmd/storage-interface.go:109–109  ·  view source on GitHub ↗

Read all.

(ctx context.Context, volume string, path string)

Source from the content-addressed store, hash-verified

107
108 // Read all.
109 ReadAll(ctx context.Context, volume string, path string) (buf []byte, err error)
110 GetDiskLoc() (poolIdx, setIdx, diskIdx int) // Retrieve location indexes.
111 SetDiskLoc(poolIdx, setIdx, diskIdx int) // Set location indexes.
112}

Callers 15

ParseObjectLegalHoldFunction · 0.65
getLockArgsFunction · 0.65
CallMethod · 0.65
TestJSONQueriesFunction · 0.65
TestCSVQueriesFunction · 0.65
TestCSVQueries2Function · 0.65
TestCSVQueries3Function · 0.65
TestCSVInputFunction · 0.65
TestJSONInputFunction · 0.65
TestCSVRangesFunction · 0.65
TestParquetInputFunction · 0.65
TestParquetInputSchemaFunction · 0.65

Implementers 5

xlStorageDiskIDCheckcmd/xl-storage-disk-id-check.go
naughtyDiskcmd/naughty-disk_test.go
unrecognizedDiskcmd/storage-interface.go
xlStoragecmd/xl-storage.go
storageRESTClientcmd/storage-rest-client.go

Calls

no outgoing calls

Tested by 15

getLockArgsFunction · 0.52
TestJSONQueriesFunction · 0.52
TestCSVQueriesFunction · 0.52
TestCSVQueries2Function · 0.52
TestCSVQueries3Function · 0.52
TestCSVInputFunction · 0.52
TestJSONInputFunction · 0.52
TestCSVRangesFunction · 0.52
TestParquetInputFunction · 0.52
TestParquetInputSchemaFunction · 0.52
TestJsonpathEvalFunction · 0.52