Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ IsBool
Function
IsBool
pkg/utils/bool.go:3–5 ·
view source on GitHub ↗
(bs ...bool)
Source
from the content-addressed store, hash-verified
1
package
utils
2
3
func
IsBool(bs ...bool) bool {
4
return
len(bs) > 0 && bs[0]
5
}
Callers
15
request
Method · 0.92
request
Method · 0.92
Request
Method · 0.92
Request
Method · 0.92
request
Method · 0.92
GetStorageDetails
Function · 0.92
ArchiveDecompress
Function · 0.92
GetSharingById
Function · 0.92
UpdateSharing
Function · 0.92
Get
Function · 0.92
NewReadAtSeeker
Function · 0.92
putDirectly
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected