MCPcopy Index your code
hub / github.com/sentriz/gonic / Transcode

Method Transcode

transcode/transcode_test.go:138–141  ·  view source on GitHub ↗
(ctx context.Context, profile transcode.Profile, in string, out io.Writer)

Source from the content-addressed store, hash-verified

136}
137
138func (ct callbackTranscoder) Transcode(ctx context.Context, profile transcode.Profile, in string, out io.Writer) error {
139 ct.callback()
140 return ct.transcoder.Transcode(ctx, profile, in, out)
141}

Callers

nothing calls this directly

Calls 1

TranscodeMethod · 0.65

Tested by

no test coverage detected