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

Struct IdentityEdge

api/graphql/models/gen_models.go:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263type IdentityEdge struct {
264 Cursor string `json:"cursor"`
265 Node IdentityWrapper `json:"node"`
266}
267
268type LabelConnection struct {
269 Edges []*LabelEdge `json:"edges"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected