MCPcopy Create free account
hub / github.com/UiPath/uipathcli / Size

Method Size

utils/stream/stream.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type Stream interface {
15 Name() string
16 Size() (int64, error)
17 Data() (io.ReadCloser, error)
18}

Callers 6

writeBodyMethod · 0.65
createUploadRequestMethod · 0.65
SizeMethod · 0.65
writeBodyMethod · 0.65

Implementers 3

FileStreamutils/stream/file_stream.go
ReaderStreamutils/stream/reader_stream.go
MemoryStreamutils/stream/memory_stream.go

Calls

no outgoing calls

Tested by

no test coverage detected