Format performs pretty-printing towards a bytes buffer. The flags member of ctx influences the results. Most callers should use FormatNode instead.
(ctx *FmtCtx)
| 311 | // Format performs pretty-printing towards a bytes buffer. The flags member |
| 312 | // of ctx influences the results. Most callers should use FormatNode instead. |
| 313 | Format(ctx *FmtCtx) |
| 314 | } |
| 315 | |
| 316 | // FormatName formats a string as a name. |
no outgoing calls
no test coverage detected