Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ convert
Function
convert
src/java/jni/convert.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
template <>
177
jobject convert(JNIEnv* env, const string& s)
178
{
179
return env->NewStringUTF(s.c_str());
180
}
181
182
183
template <>
Callers
nothing calls this directly
Calls
3
FindMesosClass
Function · 0.85
data
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected