MCPcopy Create free account
hub / github.com/apache/pig / debugReturn

Method debugReturn

src/org/apache/pig/scripting/js/JsFunction.java:108–112  ·  view source on GitHub ↗
(int depth, Object value)

Source from the content-addressed store, hash-verified

106 }
107
108 private void debugReturn(int depth, Object value) {
109 if (LOG.isDebugEnabled()) {
110 LOG.debug(indent(depth) + "returning " + toString(value));
111 }
112 }
113
114 /**
115 * generates a String of white spaces for debugging indentation

Callers 6

pigTupleToJSMethod · 0.95
pigMapToJSMethod · 0.95
pigBagToJSMethod · 0.95
jsToPigTupleMethod · 0.95
jsToPigMapMethod · 0.95
jsToPigBagMethod · 0.95

Calls 3

indentMethod · 0.95
toStringMethod · 0.95
debugMethod · 0.80

Tested by

no test coverage detected