debugInfo reports whether debug info is wanted for this function.
()
| 380 | |
| 381 | // debugInfo reports whether debug info is wanted for this function. |
| 382 | func (b *builder) debugInfo() bool { |
| 383 | return b.Prog.mode&GlobalDebug != 0 |
| 384 | } |
| 385 | |
| 386 | // addNamedLocal creates a local variable, adds it to function f and |
| 387 | // returns it. Its name and type are taken from obj. Subsequent |
no outgoing calls
no test coverage detected