WasmStyle is a no-op style that returns text unchanged.
| 6 | |
| 7 | // WasmStyle is a no-op style that returns text unchanged. |
| 8 | type WasmStyle struct{} |
| 9 | |
| 10 | // Render returns text unchanged. |
| 11 | func (s WasmStyle) Render(text ...string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected