Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ptr
Method
ptr
source/core/StarBuffer.cpp:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
char* Buffer::ptr() {
116
return data().ptr();
117
}
118
119
char const* Buffer::ptr() const {
120
return m_bytes.ptr();
Callers
2
doRead
Method · 0.45
doWrite
Method · 0.45
Calls
1
data
Function · 0.85
Tested by
no test coverage detected