Module "core/util/graph/queryCommits"
Functions
fetchBranchTips
- fetchBranchTips(ctx: HandlerContext, repositoryId: { owner: string; providerId: string; repo: string }): Promise<Repo>
-
Parameters
-
ctx: HandlerContext
-
repositoryId: { owner: string; providerId: string; repo: string }
-
owner: string
-
providerId: string
-
repo: string
fetchPushForCommit
- fetchPushForCommit(context: HandlerContext, id: RemoteRepoRef, providerId: string): Promise<Fragment>
-
Parameters
-
context: HandlerContext
-
id: RemoteRepoRef
-
providerId: string
tipOfBranch
- tipOfBranch(repo: Repo, branchName: string): string
-
Parameters
Returns string