MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getSeenKey

Function getSeenKey

src/function/table/show_indexes.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47};
48
49static std::string getSeenKey(common::table_id_t tableID, const std::string& indexName) {
50 return std::to_string(tableID) + ":" + indexName;
51}
52
53template<typename ID_TYPE>
54static std::vector<std::string> getPropertyNames(const TableCatalogEntry& tableEntry,

Callers 1

bindFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected