MCPcopy 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
22std::string
23Java::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

ExceptionMethod · 0.80
ToAbsolutePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected