MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Clone

Method Clone

python-package/compile/src/io/sparse_bin.hpp:432–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431template<typename VAL_T>
432SparseBin<VAL_T>* SparseBin<VAL_T>::Clone() {
433 return new SparseBin(*this);
434}
435
436template <typename VAL_T>
437inline uint32_t SparseBinIterator<VAL_T>::RawGet(data_size_t idx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected