line plpgsql-gen.y:338
| 202 | |
| 203 | //line plpgsql-gen.y:338 |
| 204 | type plpgsqlSymType struct { |
| 205 | yys int |
| 206 | id int32 |
| 207 | pos int32 |
| 208 | str string |
| 209 | union plpgsqlSymUnion |
| 210 | } |
| 211 | |
| 212 | const IDENT = 57346 |
| 213 | const UIDENT = 57347 |
nothing calls this directly
no outgoing calls
no test coverage detected