MCPcopy 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

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

Callers 15

requestMethod · 0.92
requestMethod · 0.92
RequestMethod · 0.92
RequestMethod · 0.92
requestMethod · 0.92
GetStorageDetailsFunction · 0.92
ArchiveDecompressFunction · 0.92
GetSharingByIdFunction · 0.92
UpdateSharingFunction · 0.92
GetFunction · 0.92
NewReadAtSeekerFunction · 0.92
putDirectlyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected