MCPcopy Create free account
hub / github.com/github/gh-aw / WasmStyle

Struct WasmStyle

pkg/styles/theme_wasm.go:8–8  ·  view source on GitHub ↗

WasmStyle is a no-op style that returns text unchanged.

Source from the content-addressed store, hash-verified

6
7// WasmStyle is a no-op style that returns text unchanged.
8type WasmStyle struct{}
9
10// Render returns text unchanged.
11func (s WasmStyle) Render(text ...string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected