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

Method projectURL

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

Source from the content-addressed store, hash-verified

86 }
87
88 get projectURL(): string {
89 return `${this.hostURL}/${this.repoSlug}`
90 }
91
92 get mergeRequestURL(): string {
93 return `${this.projectURL}/merge_requests/${this.prId}`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected