MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / all

Function all

client/ntlogin.go:222–229  ·  view source on GitHub ↗
(b []string)

Source from the content-addressed store, hash-verified

220}
221
222func all(b []string) bool {
223 for _, b1 := range b {
224 if b1 == "" {
225 return false
226 }
227 }
228 return true
229}

Callers 1

buildNtloginRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected