Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
16
func
Zimu(uri string) {
17
zimu := pkg.NewZimu(config.AccessKeyID, config.AccessKey, config.Appkey)
18
zimu.StartConvert(uri)
19
}
20
21
func
main() {
22
if
len(os.Args) != 2 {
Callers
1
main
Function · 0.85
Calls
2
NewZimu
Function · 0.92
StartConvert
Method · 0.80
Tested by
no test coverage detected