Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ptr
Method
ptr
source/core/StarByteArray.hpp:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
inline char const* ByteArray::ptr() const {
154
return m_data;
155
}
156
157
inline char* ByteArray::ptr() {
158
return m_data;
Callers
1
append
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected