()
| 313 | } |
| 314 | |
| 315 | func (vp *varNamePool) Names() []string { |
| 316 | return vp.names |
| 317 | } |
| 318 | |
| 319 | func (vp *varNamePool) List() []varNamePoolValue { |
| 320 | result := make([]varNamePoolValue, len(vp.names), len(vp.names)) |
no outgoing calls
no test coverage detected