MCPcopy Create free account
hub / github.com/GerritCodeReview/gerrit / builder

Method builder

java/com/google/gerrit/server/RequestInfo.java:169–172  ·  view source on GitHub ↗
(
      RequestType requestType, CurrentUser callingUser, TraceContext traceContext)

Source from the content-addressed store, hash-verified

167 }
168
169 public static RequestInfo.Builder builder(
170 RequestType requestType, CurrentUser callingUser, TraceContext traceContext) {
171 return builder().requestType(requestType).callingUser(callingUser).traceContext(traceContext);
172 }
173
174 public static RequestInfo.Builder builder(
175 RequestType requestType,

Callers 5

startMethod · 0.95
runImplMethod · 0.95
doFilterMethod · 0.95
createRequestInfoMethod · 0.95
processCommandsMethod · 0.95

Calls 4

traceContextMethod · 0.45
callingUserMethod · 0.45
requestTypeMethod · 0.45
commandNameMethod · 0.45

Tested by

no test coverage detected