MCPcopy Create free account
hub / github.com/grpc/grpc-java / get

Method get

api/src/context/java/io/grpc/PersistentHashArrayMappedTrie.java:295–295  ·  view source on GitHub ↗
(K key, int hash, int bitsConsumed)

Source from the content-addressed store, hash-verified

293
294 interface Node<K,V> {
295 V get(K key, int hash, int bitsConsumed);
296
297 Node<K,V> put(K key, V value, int hash, int bitsConsumed);
298

Callers 5

currentMethod · 0.65
getMethod · 0.65
getMethod · 0.65
LazyStorageClass · 0.65

Implementers 3

Leafapi/src/context/java/io/grpc/Persisten
CollisionLeafapi/src/context/java/io/grpc/Persisten
CompressedIndexapi/src/context/java/io/grpc/Persisten

Calls

no outgoing calls

Tested by

no test coverage detected