MCPcopy Create free account
hub / github.com/cinit/TMoe / getKey

Method getKey

app/src/main/cpp/utils/HashMap.h:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 Entry &operator=(const Entry &) = delete;
23
24 [[nodiscard]] K getKey() const {
25 return key;
26 }
27
28 [[nodiscard]] V *getValue() const {
29 return &value;

Callers 2

HashMapMethod · 0.45
putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected