(*PrettyCfg)
| 227 | // pretty.Docs. If nodes cannot, node.Format is used instead as a Text Doc. |
| 228 | type docer interface { |
| 229 | doc(*PrettyCfg) pretty.Doc |
| 230 | } |
| 231 | |
| 232 | // tableDocer is implemented by nodes that can convert themselves |
no outgoing calls
no test coverage detected