Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ WStringToString
Function
WStringToString
sdk/tests/test_feature/source/teststdstring.cpp:501–504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
}
500
501
void WStringToString(const wstring &ws, string &s)
502
{
503
s = string(ws.begin(), ws.end());
504
}
505
506
void SetQuestClassByRef(const wstring &moduleName)
507
{
Callers
2
SetQuestClassByRef
Function · 0.85
SetQuestClassByVal
Function · 0.85
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected