| 96 | } |
| 97 | |
| 98 | void EditorVCSInterface::commit(const String &p_msg) { |
| 99 | GDVIRTUAL_CALL(_commit, p_msg); |
| 100 | } |
| 101 | |
| 102 | List<EditorVCSInterface::DiffFile> EditorVCSInterface::get_diff(const String &p_identifier, TreeArea p_area) { |
| 103 | TypedArray<Dictionary> result; |
no outgoing calls
no test coverage detected