Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ IsEmpty
Method
IsEmpty
freefloating/string.go:106–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
type
Collection
map
[Position][]String
105
106
func
(c Collection) IsEmpty() bool {
107
for
_, v :=
range
c {
108
if
len(v) > 0 {
109
return
false
110
}
111
}
112
return
true
113
}
Callers
15
Print
Method · 0.80
printBinaryLogicalAnd
Method · 0.80
printBinaryLogicalOr
Method · 0.80
printBinaryLogicalXor
Method · 0.80
printBinaryNotEqual
Method · 0.80
printArray
Method · 0.80
printBool
Method · 0.80
printDouble
Method · 0.80
printInt
Method · 0.80
printObject
Method · 0.80
printString
Method · 0.80
printUnset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected