MCPcopy
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

1package utils
2
3func IsBool(bs ...bool) bool {
4 return len(bs) > 0 && bs[0]
5}

Callers 10

requestMethod · 0.92
requestMethod · 0.92
ArchiveDecompressFunction · 0.92
MakeDirFunction · 0.92
MoveFunction · 0.92
RenameFunction · 0.92
CopyFunction · 0.92
PutFunction · 0.92
PutURLFunction · 0.92
NewReadAtSeekerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected