Format performs pretty-printing towards a bytes buffer. The flags member of ctx influences the results. Most callers should use FormatNode instead.
(ctx *FmtCtx)
| 507 | // Format performs pretty-printing towards a bytes buffer. The flags member |
| 508 | // of ctx influences the results. Most callers should use FormatNode instead. |
| 509 | Format(ctx *FmtCtx) |
| 510 | } |
| 511 | |
| 512 | // FormatName formats a string as a name. |
no outgoing calls
no test coverage detected