Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ WriteString
Method
WriteString
Source/Game/EntityDescription.cpp:1419–1421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1417
}
1418
1419
void EntityDescriptionField::WriteString(const std::string& str) {
1420
data.assign(str.begin(), str.end());
1421
}
1422
1423
void EntityDescriptionField::ReadPath(Path* path) const {
1424
std::string str;
Callers
1
AddString
Method · 0.45
Calls
3
assign
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected