Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ptr
Method
ptr
source/core/StarDataStreamDevices.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
char* DataStreamBuffer::ptr() {
90
return m_buffer->ptr();
91
}
92
93
const char* DataStreamBuffer::ptr() const {
94
return m_buffer->ptr();
Callers
1
DataStreamExternalBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected