MCPcopy Index your code
hub / github.com/git-bug/git-bug / StateEvent

Struct StateEvent

bridge/gitlab/event.go:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141var _ Event = &StateEvent{}
142
143type StateEvent struct{ gitlab.StateEvent }
144
145func (s StateEvent) ID() string { return fmt.Sprintf("%d", s.StateEvent.ID) }
146func (s StateEvent) UserID() int { return s.User.ID }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected