MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / addPostMockResponse

Method addPostMockResponse

tests/utils/session.ts:48–50  ·  view source on GitHub ↗
(url: string, response: MockResponse)

Source from the content-addressed store, hash-verified

46 this.getMockResponses.set(url, response);
47 }
48 addPostMockResponse(url: string, response: MockResponse): void {
49 this.postMockResponses.set(url, response);
50 }
51}

Callers 1

addLoginPageMockFunction · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected