Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
716
Vector<uint8_t> StreamPeerBuffer::get_data_array() const {
717
return data;
718
}
719
720
void StreamPeerBuffer::clear() {
721
data.clear();
Callers
11
_serialize_glb_buffer
Method · 0.80
save_dds_buffer
Function · 0.80
_parse_client_request
Method · 0.80
_do_server_handshake
Method · 0.80
_do_client_handshake
Method · 0.80
_verify_server_response
Method · 0.80
send_command
Method · 0.80
_process_sys
Method · 0.80
poll
Method · 0.80
test_stream_peer_buffer.h
File · 0.80
test_packet_peer.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected