Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IceWhaleTech/CasaOS
/ Close
Method
Close
pkg/utils/file/reader.go:68–70 ·
view source on GitHub ↗
Close --
()
Source
from the content-addressed store, hash-verified
66
67
// Close --
68
func
(c *ReadLineFromEnd) Close() (err error) {
69
return
c.f.Close()
70
}
71
72
func
(c *ReadLineFromEnd) buff() (ok bool, err error) {
73
if
c.fileSize == 0 {
Callers
15
UploadFile
Method · 0.80
TestNewInteruptReader
Function · 0.80
GetCasaOSLogs
Method · 0.80
ZTGet
Function · 0.80
ZTPost
Function · 0.80
Get
Function · 0.80
PersonGet
Function · 0.80
Post
Function · 0.80
ZeroTierGet
Function · 0.80
CreateFile
Function · 0.80
CreateFileAndWriteContent
Function · 0.80
ReadFullFile
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNewInteruptReader
Function · 0.64