MCPcopy
hub / github.com/grafana/dskit / testPreprocessor

Function testPreprocessor

runtimeconfig/manager_test.go:70–74  ·  view source on GitHub ↗
(retVal []byte, retErr error)

Source from the content-addressed store, hash-verified

68}
69
70func testPreprocessor(retVal []byte, retErr error) Preprocessor {
71 return func(_ []byte) ([]byte, error) {
72 return retVal, retErr
73 }
74}
75
76type value struct {
77 Value int `yaml:"value"`

Calls

no outgoing calls

Tested by

no test coverage detected