* Externally visible entry points */
| 114 | * Externally visible entry points |
| 115 | */ |
| 116 | void * |
| 117 | stringToNode(const char *str) |
| 118 | { |
| 119 | return stringToNodeInternal(str, false); |
| 120 | } |
| 121 | |
| 122 | #ifdef WRITE_READ_PARSE_PLAN_TREES |
| 123 |
no test coverage detected