Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/efsw
/ String
Method
String
src/efsw/String.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
String::String() {}
92
93
String::String( char ansiChar, const std::locale& locale ) {
94
mString += Utf32::DecodeAnsi( ansiChar, locale );
Callers
nothing calls this directly
Calls
4
reserve
Method · 0.80
length
Method · 0.80
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected