Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
Stream
interface
{
15
Name() string
16
Size() (int64, error)
17
Data() (io.ReadCloser, error)
18
}
Callers
6
writeBody
Method · 0.65
createStartDigitizationRequest
Method · 0.65
createUploadRequest
Method · 0.65
Size
Method · 0.65
calculateMultipartSize
Method · 0.65
writeBody
Method · 0.65
Implementers
3
FileStream
utils/stream/file_stream.go
ReaderStream
utils/stream/reader_stream.go
MemoryStream
utils/stream/memory_stream.go
Calls
no outgoing calls
Tested by
no test coverage detected