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

Method getValue

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

Source from the content-addressed store, hash-verified

26 }
27
28 [[nodiscard]] V *getValue() const {
29 return &value;
30 }
31
32 template<typename... Args>
33 void setValue(Args &&...args) const {

Callers 3

HashMapMethod · 0.45
getMethod · 0.45
putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected