Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
current
Method · 0.65
get
Method · 0.65
get
Method · 0.65
LazyStorage
Class · 0.65
removeListenerInternal
Method · 0.65
Implementers
3
Leaf
api/src/context/java/io/grpc/Persisten
CollisionLeaf
api/src/context/java/io/grpc/Persisten
CompressedIndex
api/src/context/java/io/grpc/Persisten
Calls
no outgoing calls
Tested by
no test coverage detected