Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ ToString
Method
ToString
src/java/String.cxx:22–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
std::string
23
Java::String::ToString(JNIEnv *env, jstring s) noexcept
24
{
25
assert(env != nullptr);
26
assert(s != nullptr);
27
28
return std::string(GetUTFChars(env, s).c_str());
29
}
Callers
2
Exception
Method · 0.80
ToAbsolutePath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected