Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AlistGo/alist
/ 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
10
request
Method · 0.92
request
Method · 0.92
ArchiveDecompress
Function · 0.92
MakeDir
Function · 0.92
Move
Function · 0.92
Rename
Function · 0.92
Copy
Function · 0.92
Put
Function · 0.92
PutURL
Function · 0.92
NewReadAtSeeker
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected