MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetHasKeys

Function SetHasKeys

src/rpc/blockchain.cpp:2298–2298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2296
2297template<typename T>
2298static inline bool SetHasKeys(const std::set<T>& set) {return false;}
2299template<typename T, typename Tk, typename... Args>
2300static inline bool SetHasKeys(const std::set<T>& set, const Tk& key, const Args&... args)
2301{

Callers 1

getblockstatsFunction · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected