| 35 | } |
| 36 | |
| 37 | EMMY_API void RemoveCodeStyle(const char *workspaceUri) { |
| 38 | CodeFormat &codeFormat = CodeFormat::GetInstance(); |
| 39 | codeFormat.RemoveCodeStyle(workspaceUri); |
| 40 | } |
| 41 | |
| 42 | EMMY_API char *CheckCodeStyle(const char *code, const char *uri) { |
| 43 | CodeFormat &codeFormat = CodeFormat::GetInstance(); |
nothing calls this directly
no test coverage detected