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

Struct callbackTranscoder

transcode/transcode_test.go:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type callbackTranscoder struct {
134 transcoder transcode.Transcoder
135 callback func()
136}
137
138func (ct callbackTranscoder) Transcode(ctx context.Context, profile transcode.Profile, in string, out io.Writer) error {
139 ct.callback()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected