MCPcopy Create free account
hub / github.com/1c-syntax/Coverage41C / buildRequest

Method buildRequest

src/main/java/com/clouds42/DebugClient.java:373–375  ·  view source on GitHub ↗
(HttpMethod method, String componentUrl)

Source from the content-addressed store, hash-verified

371 }
372
373 protected Request buildRequest(HttpMethod method, String componentUrl) {
374 return super.buildRequest(this.httpClient, method, componentUrl);
375 }
376
377 protected RDbgBaseRequest initRequest(RDbgBaseRequest request) {
378 request.setIdOfDebuggerUI(this.debugServerUuid.toString());

Callers 15

getApiVersionMethod · 0.95
connectMethod · 0.95
disconnectMethod · 0.95
initSettingsMethod · 0.95
getStateMethod · 0.95
suspendMethod · 0.95
pingMethod · 0.95
setLineBreakpointsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected