MCPcopy Create free account
hub / github.com/diillson/chatcli / BuiltinImagePlugin

Struct BuiltinImagePlugin

cli/plugins/builtin_image.go:67–67  ·  view source on GitHub ↗

BuiltinImagePlugin is the @image tool.

Source from the content-addressed store, hash-verified

65
66// BuiltinImagePlugin is the @image tool.
67type BuiltinImagePlugin struct{}
68
69// NewBuiltinImagePlugin returns a ready-to-register plugin.
70func NewBuiltinImagePlugin() *BuiltinImagePlugin { return &BuiltinImagePlugin{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected