TextNode represents a string of text.
| 13 | type ( |
| 14 | // TextNode represents a string of text. |
| 15 | TextNode struct { |
| 16 | Value string |
| 17 | } |
| 18 | |
| 19 | // FuncNode represents a string function. |
| 20 | FuncNode struct { |
nothing calls this directly
no outgoing calls
no test coverage detected