MCPcopy
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
89type DummyMinifier struct{}
90
91func (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