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

Method getTaskURL

src/atcoder.ts:20–22  ·  view source on GitHub ↗
(contest: string, task?: string)

Source from the content-addressed store, hash-verified

18 }
19
20 static getTaskURL(contest: string, task?: string) {
21 return `${AtCoder.getContestURL(contest)}/tasks${task === undefined ? "" : `/${task}`}`;
22 }
23
24 private session: SessionInterface;
25 // null:未検査 true/false: ログインしているかどうか

Callers 6

urlFunction · 0.80
submitFunction · 0.80
tasksMethod · 0.80
registerContetstPageMockFunction · 0.80
session.tsFile · 0.80
template.tsFile · 0.80

Calls 1

getContestURLMethod · 0.80

Tested by

no test coverage detected