MCPcopy Create free account
hub / github.com/SolarLune/masterplan / SendMessage

Method SendMessage

page.go:882–888  ·  view source on GitHub ↗
(msg *Message)

Source from the content-addressed store, hash-verified

880}
881
882func (page *Page) SendMessage(msg *Message) {
883
884 for _, card := range page.Cards {
885 card.ReceiveMessage(msg)
886 }
887
888}
889
890func (page *Page) IndexOf(card *Card) int {
891 for i, c := range page.Cards {

Callers 5

UpdateMethod · 0.95
HandleFontReloadFunction · 0.45
refreshThemesFunction · 0.45
handleEventsFunction · 0.45
ConstructMenusFunction · 0.45

Calls 1

ReceiveMessageMethod · 0.65

Tested by

no test coverage detected