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

Method get_input_port_count

scene/gui/graph_node.cpp:1044–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044int GraphNode::get_input_port_count() {
1045 if (port_pos_dirty) {
1046 _port_pos_update();
1047 }
1048
1049 return left_port_cache.size();
1050}
1051
1052int GraphNode::get_output_port_count() {
1053 if (port_pos_dirty) {

Callers 8

_filter_inputMethod · 0.45
add_nodeMethod · 0.45
_update_custom_scriptMethod · 0.45
_update_options_menuMethod · 0.45
_add_nodeMethod · 0.45
_property_changedMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected