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

Method serialize_bucket_values

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

Source from the content-addressed store, hash-verified

1638 class Serializer, class U = T,
1639 typename std::enable_if<!has_mapped_type<U>::value>::type* = nullptr>
1640 void serialize_bucket_values(Serializer& /*serializer*/,
1641 const array_bucket& /*bucket*/) const {}
1642
1643 template <class Serializer, class U = T,
1644 typename std::enable_if<has_mapped_type<U>::value>::type* = nullptr>

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected