MCPcopy 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
176template <>
177jobject convert(JNIEnv* env, const string& s)
178{
179 return env->NewStringUTF(s.c_str());
180}
181
182
183template <>

Callers

nothing calls this directly

Calls 3

FindMesosClassFunction · 0.85
dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected