Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ CloseIO
Function
CloseIO
utils/operator.go:28–32 ·
view source on GitHub ↗
(reader io.Reader)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
CloseIO(reader io.Reader) {
29
if
closer, ok := reader.(io.Closer); ok {
30
_ = closer.Close()
31
}
32
}
33
34
func
NewUUID() string {
35
u := make([]byte, 16)
Callers
8
doUploadGroupAlbumBlock
Method · 0.92
UploadPrivateImage
Method · 0.92
UploadGroupImage
Method · 0.92
UploadPrivateRecord
Method · 0.92
UploadGroupRecord
Method · 0.92
UploadPrivateVideo
Method · 0.92
UploadGroupVideo
Method · 0.92
highwayUpload
Method · 0.92
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected