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

Method Clear

include/LightGBM/utils/text_reader.h:70–73  ·  view source on GitHub ↗

! * \brief Clear cached data */

Source from the content-addressed store, hash-verified

68 * \brief Clear cached data
69 */
70 inline void Clear() {
71 lines_.clear();
72 lines_.shrink_to_fit();
73 }
74 /*!
75 * \brief return first line of data
76 */

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
shrink_to_fitMethod · 0.45

Tested by

no test coverage detected