mirror of
https://github.com/MaskRay/ccls.git
synced 2025-03-31 22:12:12 +00:00
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); |