(*PrettyCfg)
| 265 | // pretty.Docs. If nodes cannot, node.Format is used instead as a Text Doc. |
| 266 | type docer interface { |
| 267 | doc(*PrettyCfg) pretty.Doc |
| 268 | } |
| 269 | |
| 270 | // tableDocer is implemented by nodes that can convert themselves |
no outgoing calls
no test coverage detected