MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / commit

Method commit

editor/version_control/editor_vcs_interface.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

_init_indicatorsMethod · 0.45
get_bones_meshMethod · 0.45
get_joints_meshMethod · 0.45
get_joints_meshMethod · 0.45
get_joints_meshMethod · 0.45
get_collision_meshMethod · 0.45
redrawMethod · 0.45
_commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected