GetMetadata for the input context.
(ctx any)
| 32 | type Adorner interface { |
| 33 | // GetMetadata for the input context. |
| 34 | GetMetadata(ctx any) string |
| 35 | } |
| 36 | |
| 37 | // Writer manages writing expressions to an internal string. |
no outgoing calls
no test coverage detected