MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / RemoveCodeStyle

Function RemoveCodeStyle

CodeFormatCLib/src/CodeFormatCLib.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37EMMY_API void RemoveCodeStyle(const char *workspaceUri) {
38 CodeFormat &codeFormat = CodeFormat::GetInstance();
39 codeFormat.RemoveCodeStyle(workspaceUri);
40}
41
42EMMY_API char *CheckCodeStyle(const char *code, const char *uri) {
43 CodeFormat &codeFormat = CodeFormat::GetInstance();

Callers

nothing calls this directly

Calls 1

RemoveCodeStyleMethod · 0.45

Tested by

no test coverage detected