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

Function newTimelineVars

bridge/github/import_mediator.go:302–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func newTimelineVars() varmap {
303 return varmap{
304 "timelineFirst": githubv4.Int(NumTimelineItems),
305 "commentEditLast": githubv4.Int(NumCommentEdits),
306 "commentEditBefore": (*githubv4.String)(nil),
307 }
308}
309
310func newCommentEditVars() varmap {
311 return varmap{

Callers 1

queryTimelineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected