Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/minify
/ DummyMinifier
Struct
DummyMinifier
minify_test.go:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
type
DummyMinifier
struct
{}
90
91
func
(d *DummyMinifier) Minify(m *M, w io.Writer, r io.Reader, _
map
[string]string) error {
92
return
errDummy
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected