Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tdewolff/canvas
/ Empty
Method
Empty
path.go:106–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
type
Paths []*Path
105
106
func
(ps Paths) Empty() bool {
107
for
_, p :=
range
ps {
108
if
!p.Empty() {
109
return
false
110
}
111
}
112
return
true
113
}
114
115
func
(ps Paths) Merge() *Path {
116
n := 0
Callers
nothing calls this directly
Calls
1
Empty
Method · 0.45
Tested by
no test coverage detected