Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lin7zhi
/
OpenList
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OpenList
/
pkg
/
utils
/
bool.go
lin7zhi
Upload folder using huggingface_hub
619f93d
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
77 Bytes
package
utils
func
IsBool
(bs ...
bool
)
bool
{
return
len
(bs) >
0
&& bs[
0
]
}