MCPcopy Index your code
hub / github.com/Tatamo/atcoder-cli / getContestURL

Method getContestURL

src/atcoder.ts:16–18  ·  view source on GitHub ↗
(contest: string)

Source from the content-addressed store, hash-verified

14 }
15
16 static getContestURL(contest: string) {
17 return `${AtCoder.base_url}contests/${contest}`;
18 }
19
20 static getTaskURL(contest: string, task?: string) {
21 return `${AtCoder.getContestURL(contest)}/tasks${task === undefined ? "" : `/${task}`}`;

Callers 9

urlFunction · 0.80
getTaskURLMethod · 0.80
checkMethod · 0.80
contestMethod · 0.80
addLoggedInCheckMockFunction · 0.80
addNonLoggedInCheckMockFunction · 0.80
registerContetstPageMockFunction · 0.80
session.tsFile · 0.80
template.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected