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

Interface Edge

api/graphql/connections/connections.go:16–18  ·  view source on GitHub ↗

Edge define the contract for an edge in a relay connection

Source from the content-addressed store, hash-verified

14
15// Edge define the contract for an edge in a relay connection
16type Edge interface {
17 GetCursor() string
18}
19
20// OffsetToCursor create the cursor string from an offset
21func OffsetToCursor(offset int) string {

Callers 1

ConnectionFunction · 0.65

Implementers 8

LazyBugEdgeapi/graphql/connections/edges.go
LazyIdentityEdgeapi/graphql/connections/edges.go
OperationEdgeapi/graphql/models/gen_models.go
BugEdgeapi/graphql/models/gen_models.go
BugCommentEdgeapi/graphql/models/gen_models.go
BugTimelineItemEdgeapi/graphql/models/gen_models.go
IdentityEdgeapi/graphql/models/gen_models.go
LabelEdgeapi/graphql/models/gen_models.go

Calls

no outgoing calls

Tested by

no test coverage detected