Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ string
Method
string
source/core/StarJsonParser.hpp:259–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
void string() {
260
CharArray s = parseString();
261
m_stream.putString(s.c_str(), s.length());
262
}
263
264
void number(bool seq = false) {
265
std::basic_string<char32_t> buffer;
Callers
nothing calls this directly
Calls
3
putString
Method · 0.45
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected