Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ create
Method
create
core/src/main/java/io/grpc/internal/CallTracer.java:68–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
public
interface
Factory {
68
CallTracer create();
69
}
70
71
static
final
Factory DEFAULT_FACTORY =
new
Factory() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected