MCPcopy Create free account
hub / github.com/danger/danger-js / mergeRequestURL

Method mergeRequestURL

source/platforms/gitlab/GitLabAPI.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 get mergeRequestURL(): string {
93 return `${this.projectURL}/merge_requests/${this.prId}`
94 }
95
96 get apiInstance() {
97 return this.api

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected