MCPcopy Create free account
hub / github.com/ablab/spades / deserialize_bucket_values

Method deserialize_bucket_values

ext/include/tsl/array-hash/array_hash.h:1732–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730 class Deserializer, class U = T,
1731 typename std::enable_if<!has_mapped_type<U>::value>::type* = nullptr>
1732 void deserialize_bucket_values(Deserializer& /*deserializer*/,
1733 array_bucket& /*bucket*/) {}
1734
1735 template <class Deserializer, class U = T,
1736 typename std::enable_if<has_mapped_type<U>::value>::type* = nullptr>

Callers

nothing calls this directly

Calls 6

maxClass · 0.50
beginMethod · 0.45
endMethod · 0.45
emplace_backMethod · 0.45
sizeMethod · 0.45
set_valueMethod · 0.45

Tested by

no test coverage detected