MCPcopy
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 --
68func (c *ReadLineFromEnd) Close() (err error) {
69 return c.f.Close()
70}
71
72func (c *ReadLineFromEnd) buff() (ok bool, err error) {
73 if c.fileSize == 0 {

Callers 15

UploadFileMethod · 0.80
TestNewInteruptReaderFunction · 0.80
GetCasaOSLogsMethod · 0.80
ZTGetFunction · 0.80
ZTPostFunction · 0.80
GetFunction · 0.80
PersonGetFunction · 0.80
PostFunction · 0.80
ZeroTierGetFunction · 0.80
CreateFileFunction · 0.80
ReadFullFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNewInteruptReaderFunction · 0.64