Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addLoginPageMock
Function · 0.80
Calls
1
set
Method · 0.65
Tested by
no test coverage detected