MCPcopy Create free account
hub / github.com/FloatTech/ZeroBot-Plugin-Playground / dataBuild

Function dataBuild

plugin/subweibo/subweibo.go:110–117  ·  view source on GitHub ↗
(id int64, scheme string, username string, createdAt time.Time)

Source from the content-addressed store, hash-verified

108}
109
110func dataBuild(id int64, scheme string, username string, createdAt time.Time) *weiboDBData {
111 return &weiboDBData{
112 ID: id,
113 Scheme: scheme,
114 Username: username,
115 CreatedAt: createdAt,
116 }
117}
118
119func getWeiboLink(url string) (str string, err error) {
120 conn, err := getRequest(url)

Callers 1

runningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected