mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
9 lines
245 B
C++
9 lines
245 B
C++
#include "swift/extractor/remapping/SwiftOpenInterception.h"
|
|
|
|
namespace codeql {
|
|
// TBD
|
|
void initRemapping(const std::string& dir) {}
|
|
void finalizeRemapping(const std::unordered_map<std::string, std::string>& mapping) {}
|
|
|
|
} // namespace codeql
|