Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ BooleanShape
Struct
BooleanShape
ln/csg.go:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
BooleanShape
struct
{
12
Op Op
13
A, B Shape
14
}
15
16
func
NewBooleanShape(op Op, shapes ...Shape) Shape {
17
if
len(shapes) == 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected