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

Method toString

src/org/apache/pig/scripting/js/JsFunction.java:163–168  ·  view source on GitHub ↗

debug utility to display a JS object @param object an object @return a string representation of the object

(Object object)

Source from the content-addressed store, hash-verified

161 * @return a string representation of the object
162 */
163 private String toString(Object object) {
164 StringBuffer buffer = new StringBuffer();
165 append(buffer, object);
166 return buffer.toString();
167
168 }
169
170 //////////////////////
171

Callers 9

debugConvertPigToJSMethod · 0.95
debugConvertJSToPigMethod · 0.95
debugReturnMethod · 0.95
execMethod · 0.95
stringifyMethod · 0.45
indentMethod · 0.45
JsFunctionMethod · 0.45
bindMethod · 0.45

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected