sqry-lang-cpp 12.1.6

C++ language plugin for sqry
Documentation
1
2
3
4
5
6
7
8
9
// Local header includes for testing import edge extraction
#include "myclass.hpp"
#include "utils/helper.hpp"
#include "config.h"

class TestClass {
public:
    void run();
};