MCPcopy Index your code
hub / github.com/grpc/grpc-java / storage

Method storage

api/src/context/java/io/grpc/Context.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104 // Visible For testing
105 static Storage storage() {
106 return LazyStorage.storage;
107 }
108
109 // Lazy-loaded storage. Delaying storage initialization until after class initialization makes it
110 // much easier to avoid circular loading since there can still be references to Context as long as

Callers 4

currentMethod · 0.95
attachMethod · 0.95
detachMethod · 0.95

Calls

no outgoing calls

Tested by 1