MCPcopy Create free account
hub / github.com/apache/mesos / string

Method string

src/jvm/jvm.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273jstring Jvm::string(const std::string& s)
274{
275 Env env;
276 return env->NewStringUTF(s.c_str());
277}
278
279
280Jvm::Constructor Jvm::findConstructor(const ConstructorFinder& finder)

Callers 15

readFunction · 0.45
readCredentialFunction · 0.45
ThrowableMethod · 0.45
FileMethod · 0.45
pollMethod · 0.45
FlagsMethod · 0.45
initializeMethod · 0.45
watchMethod · 0.45
SetUpMethod · 0.45
logFileFunction · 0.45
logSandboxFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 7

SetUpMethod · 0.36
logFileFunction · 0.36
logSandboxFunction · 0.36
TEST_FFunction · 0.36
foreachFunction · 0.36
createTestFileMethod · 0.36