MCPcopy Index your code
hub / github.com/antlr/codebuff / context

Method context

output/java_guava/1.4.17/Subscriber.java:112–114  ·  view source on GitHub ↗

Gets the context for the given event.

(Object event)

Source from the content-addressed store, hash-verified

110 */
111
112 private SubscriberExceptionContext context(Object event) {
113 return new SubscriberExceptionContext(bus, event, target, method);
114 }
115
116 @Override
117 public final int hashCode() {

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected