MCPcopy Create free account
hub / github.com/tdewolff/canvas / String

Method String

path_intersection.go:96–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94)
95
96func (op pathOp) String() string {
97 switch op {
98 case opSettle:
99 return "Settle"
100 case opAND:
101 return "AND"
102 case opOR:
103 return "OR"
104 case opNOT:
105 return "NOT"
106 case opXOR:
107 return "XOR"
108 case opDIV:
109 return "DIV"
110 }
111 return fmt.Sprintf("pathOp(%d)", op)
112}
113
114var boPointPool *sync.Pool
115var boNodePool *sync.Pool

Callers 2

StringMethod · 0.45
StringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected