LeviLamina
Loading...
Searching...
No Matches
MakeCodeFileIO.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7#include "mc/server/commands/edu/make_code_fileio/MakeCodeFileResult.h"
8
9namespace MakeCodeFileIO {
10// functions
11// NOLINTBEGIN
12MCNAPI ::Bedrock::Result<::std::string> _writeFile(::std::string const& filePath, ::std::string const& input);
13
14MCNAPI bool isFileTypeValid(::std::string const& filePath);
15
16MCNAPI ::MakeCodeFileIO::MakeCodeFileResult writeFile(::std::string const& filePath, ::std::string const& input);
17// NOLINTEND
18
19} // namespace MakeCodeFileIO