MCPcopy Create free account
hub / github.com/comaps/comaps / FeaturesVectorTest

Method FeaturesVectorTest

libs/indexer/features_vector.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46FeaturesVectorTest::FeaturesVectorTest(std::string const & filePath)
47 : FeaturesVectorTest((FilesContainerR(filePath, READER_CHUNK_LOG_SIZE, READER_CHUNK_LOG_COUNT)))
48{}
49
50FeaturesVectorTest::FeaturesVectorTest(FilesContainerR const & cont)
51 : m_cont(cont)

Callers

nothing calls this directly

Calls 4

IsExistMethod · 0.80
FilesContainerRClass · 0.70
LoadFunction · 0.70
releaseMethod · 0.45

Tested by

no test coverage detected