MCPcopy Create free account
hub / github.com/GoTestTools/gotestfmt / FormatWithConfig

Method FormatWithConfig

gotestfmt.go:94–96  ·  view source on GitHub ↗
(input io.Reader, target io.WriteCloser, cfg renderer.RenderSettings)

Source from the content-addressed store, hash-verified

92}
93
94func (g *goTestFmt) FormatWithConfig(input io.Reader, target io.WriteCloser, cfg renderer.RenderSettings) {
95 _ = g.FormatWithConfigAndExitCode(input, target, cfg)
96}
97
98func (g *goTestFmt) FormatWithConfigAndExitCode(input io.Reader, target io.WriteCloser, cfg renderer.RenderSettings) int {
99 tokenizerOutput := tokenizer.Tokenize(input)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected