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

Method get_data_array

core/io/stream_peer.cpp:716–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716Vector<uint8_t> StreamPeerBuffer::get_data_array() const {
717 return data;
718}
719
720void StreamPeerBuffer::clear() {
721 data.clear();

Callers 11

_serialize_glb_bufferMethod · 0.80
save_dds_bufferFunction · 0.80
_parse_client_requestMethod · 0.80
_do_server_handshakeMethod · 0.80
_do_client_handshakeMethod · 0.80
send_commandMethod · 0.80
_process_sysMethod · 0.80
pollMethod · 0.80
test_packet_peer.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected