MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / getLogo

Method getLogo

plugin/gif/logo.go:29–35  ·  view source on GitHub ↗
(w int, h int)

Source from the content-addressed store, hash-verified

27}
28
29func (cc *context) getLogo(w int, h int) (*image.NRGBA, error) {
30 frame, err := factory.LoadFirstFrame(cc.headimgsdir[0], w, h)
31 if err != nil {
32 return nil, err
33 }
34 return frame.Circle(0).Image(), nil
35}
36
37func (cc *context) getLogo2(w int, h int) (*image.NRGBA, error) {
38 frame, err := factory.LoadFirstFrame(cc.headimgsdir[1], w, h)

Callers 15

paFunction · 0.80
siFunction · 0.80
couponFunction · 0.80
throwFunction · 0.80
youerFunction · 0.80
fanfaFunction · 0.80
haowanFunction · 0.80
mengbiFunction · 0.80
moFunction · 0.80
cuoFunction · 0.80
qiaoFunction · 0.80
chiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected