MCPcopy Index your code
hub / github.com/andlabs/ui / TableImage

Struct TableImage

tablemodel.go:27–29  ·  view source on GitHub ↗

TableImage is a TableValue that represents an Image. Ownership of the Image is not copied; you must keep it alive alongside the TableImage.

Source from the content-addressed store, hash-verified

25// of the Image is not copied; you must keep it alive alongside the
26// TableImage.
27type TableImage struct {
28 I *Image
29}
30
31func (i TableImage) toLibui() *C.uiTableValue {
32 return C.uiNewTableValueImage(i.I.i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected