MCPcopy Index your code
hub / github.com/apache/tomcat / isNull

Method isNull

java/org/apache/tomcat/dbcp/pool2/PooledObject.java:56–56  ·  view source on GitHub ↗

Tests whether the given PooledObject is null or wraps a null. @param pooledObject the PooledObject to test, may be null. @return whether the given PooledObject is null or wraps a null. @since 2.12.0

(final PooledObject<?> pooledObject)

Source from the content-addressed store, hash-verified

54 * @since 2.12.0
55 */
56 static boolean isNull(final PooledObject<?> pooledObject) {
57 return getObject(pooledObject) == null;
58 }
59

Callers 15

borrowObjectMethod · 0.95
createMethod · 0.95
ensureIdleMethod · 0.95
borrowObjectMethod · 0.95
createMethod · 0.95
returnObjectMethod · 0.95
MessageBytesTypeEnum · 0.65
testMapMethod · 0.65
handleQueryParametersMethod · 0.65
processParametersMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65

Calls

no outgoing calls

Tested by 1

testMapMethod · 0.52