MCPcopy
hub / github.com/glanceapp/glance / withTitle

Method withTitle

internal/glance/widget.go:243–249  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

241}
242
243func (w *widgetBase) withTitle(title string) *widgetBase {
244 if w.Title == "" {
245 w.Title = title
246 }
247
248 return w
249}
250
251func (w *widgetBase) withTitleURL(titleURL string) *widgetBase {
252 if w.TitleURL == "" {

Callers 15

initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected