MCPcopy Create free account
hub / github.com/antlr/codebuff / execute

Method execute

output/java_guava/1.4.19/MoreExecutors.java:827–830  ·  view source on GitHub ↗
(Runnable command)

Source from the content-addressed store, hash-verified

825 }
826 return new Executor() {
827 @Override
828 public void execute(Runnable command) {
829 executor.execute(Callables.threadRenaming(command, nameSupplier));
830 }
831 };
832 }
833

Callers 1

executeMethod · 0.45

Calls 2

threadRenamingMethod · 0.95
setExceptionMethod · 0.45

Tested by

no test coverage detected