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

Method returns

src/jvm/jvm.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167Jvm::MethodSignature Jvm::MethodFinder::returns(const Class& returnType) const
168{
169 return Jvm::MethodSignature(clazz, name, returnType, parameters);
170}
171
172
173Jvm::MethodSignature::MethodSignature(const MethodSignature& that)

Callers 12

setMaxSessionTimeoutMethod · 0.80
setMinSessionTimeoutMethod · 0.80
getMaxSessionTimeoutMethod · 0.80
getMinSessionTimeoutMethod · 0.80
getClientPortMethod · 0.80
closeSessionMethod · 0.80
configureMethod · 0.80
startupMethod · 0.80
shutdownMethod · 0.80
setLevelMethod · 0.80
getRootLoggerMethod · 0.80
deleteOnExitMethod · 0.80

Calls 1

MethodSignatureClass · 0.85

Tested by

no test coverage detected