Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ NewFileStream
Function
NewFileStream
utils/stream/file_stream.go:46–51 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
NewFileStream(path string) *FileStream {
47
return
&FileStream{
48
name: filepath.Base(path),
49
path: path,
50
}
51
}
Callers
8
runTests
Method · 0.92
publish
Method · 0.92
convertToBinary
Method · 0.92
fileInput
Method · 0.92
TestFileStreamName
Function · 0.85
TestFileStreamSize
Function · 0.85
TestFileStreamData
Function · 0.85
TestFileStreamFileNotFound
Function · 0.85
Calls
no outgoing calls
Tested by
4
TestFileStreamName
Function · 0.68
TestFileStreamSize
Function · 0.68
TestFileStreamData
Function · 0.68
TestFileStreamFileNotFound
Function · 0.68