mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
0cfb5391d1
This should be more useful and can hopefully be adapted to writing tests.
9 lines
187 B
C++
9 lines
187 B
C++
#pragma once
|
|
|
|
#include <string_view.h>
|
|
|
|
#include <string>
|
|
|
|
void EnableRecording(std::string path);
|
|
void RecordInput(std::string_view content);
|
|
void RecordOutput(std::string_view content); |