MCPcopy Create free account
hub / github.com/code-scan/AutoSubtitles / Zimu

Function Zimu

main.go:16–19  ·  view source on GitHub ↗
(uri string)

Source from the content-addressed store, hash-verified

14 return uri
15}
16func Zimu(uri string) {
17 zimu := pkg.NewZimu(config.AccessKeyID, config.AccessKey, config.Appkey)
18 zimu.StartConvert(uri)
19}
20
21func main() {
22 if len(os.Args) != 2 {

Callers 1

mainFunction · 0.85

Calls 2

NewZimuFunction · 0.92
StartConvertMethod · 0.80

Tested by

no test coverage detected