mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Swift: open(2) interception
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "swift/extractor/remapping/SwiftOpenInterception.h"
|
||||
|
||||
namespace codeql {
|
||||
// TBD
|
||||
void remapArtifacts(const std::unordered_map<std::string, std::string>& mapping) {}
|
||||
void initInterception(const std::string& dir) {}
|
||||
|
||||
} // namespace codeql
|
||||
Reference in New Issue
Block a user