Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ execute
Method
execute
api/src/context/java/io/grpc/Context.java:1080–1083 ·
view source on GitHub ↗
(Runnable command)
Source
from the content-addressed store, hash-verified
1078
INSTANCE;
1079
1080
@Override
1081
public
void
execute(Runnable command) {
1082
command.run();
1083
}
1084
1085
@Override
1086
public
String toString() {
Callers
3
execute
Method · 0.45
execute
Method · 0.45
deliver
Method · 0.45
Calls
1
run
Method · 0.65
Tested by
no test coverage detected