(text string)
| 310 | } |
| 311 | |
| 312 | func (p *printer) print(text string) { |
| 313 | p.js = append(p.js, text...) |
| 314 | } |
| 315 | |
| 316 | // This is the same as "print(string(bytes))" without any unnecessary temporary |
| 317 | // allocations |
no outgoing calls
no test coverage detected