MCPcopy Create free account
hub / github.com/PlankCipher/kabmat / create_column

Method create_column

src/DataManager/DataManager.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void DataManager::create_column(Board *board, string title) {
212 board->add_column(title);
213 this->write_data_to_file();
214}
215
216void DataManager::rename_column(Board *board, size_t column_index,
217 string new_title) {

Callers 1

handle_key_pressMethod · 0.80

Calls 2

write_data_to_fileMethod · 0.95
add_columnMethod · 0.80

Tested by

no test coverage detected