MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Valid

Method Valid

grid.go:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218func (selection GridSelection) Valid() bool {
219 return selection.Grid != nil
220}
221
222type Grid struct {
223 // Cells map[Point][]*Card

Callers 1

RemoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected