We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IndexStoreCreationOptions
1 parent 7f0287c commit 91524d6Copy full SHA for 91524d6
Sources/IndexStoreDB_Index/include/IndexStoreDB_Index/IndexStoreCXX.h
@@ -55,6 +55,8 @@ class IndexStoreCreationOptions {
55
56
bool hasPrefixMappings() const { return !prefixMap.empty(); }
57
58
+ std::vector<std::pair<std::string, std::string>> getPrefixMap() const { return prefixMap; }
59
+
60
/// Convert this into a `indexstore_creation_options_t` that the caller
61
/// owns and is responsible for disposing.
62
indexstore_creation_options_t createOptions(const indexstore_functions_t &api) const {
0 commit comments