Format performs pretty-printing towards a bytes buffer. The flags member of ctx influences the results. Most callers should use FormatNode instead.
(ctx *FmtCtx)
| 356 | // Format performs pretty-printing towards a bytes buffer. The flags member |
| 357 | // of ctx influences the results. Most callers should use FormatNode instead. |
| 358 | Format(ctx *FmtCtx) |
| 359 | } |
| 360 | |
| 361 | // FormatName formats a string as a name. |
no outgoing calls
no test coverage detected