MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / ToWideString

Function ToWideString

Src/Common/FSecure/Github/GithubApi.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace
12{
13 std::wstring ToWideString(std::string const& str)
14 {
15 return Convert<Utf16>(str);
16 }
17}
18
19FSecure::GithubApi::GithubApi(std::string const& token, std::string const& channelName, std::string const& userAgent, std::string const& proxyOverride)

Callers 1

SendHttpRequestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected