MCPcopy
hub / github.com/golang/tools / Image

Struct Image

present/image.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type Image struct {
17 Cmd string // original command from present source
18 URL string
19 Width int
20 Height int
21}
22
23func (i Image) PresentCmd() string { return i.Cmd }
24func (i Image) TemplateName() string { return "image" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected