MCPcopy
hub / github.com/mmulet/term.everything / SendError

Function SendError

wayland/types.go:44–46  ·  view source on GitHub ↗
(cs protocols.ClientState, id protocols.ObjectID[T], code U, message string)

Source from the content-addressed store, hash-verified

42}
43
44func SendError[T any, U ~uint32 | ~uint8](cs protocols.ClientState, id protocols.ObjectID[T], code U, message string) {
45 cs.SendError(protocols.AnyObjectID(id), uint32(code), message)
46}
47
48type Size struct {
49 Width uint32

Callers 12

WlSurface_destroyMethod · 0.85
WlSurface_attachMethod · 0.85
WlSeat_get_touchMethod · 0.85
PlaceSubsurfaceMethod · 0.85
WlPointer_set_cursorMethod · 0.85
XdgSurface_destroyMethod · 0.85
XdgSurface_get_popupMethod · 0.85

Calls 1

SendErrorMethod · 0.65

Tested by

no test coverage detected