MCPcopy Index your code
hub / github.com/processing/processing / odsAppendNotNull

Method odsAppendNotNull

core/src/processing/data/Table.java:1005–1010  ·  view source on GitHub ↗
(XML kid, StringBuilder buffer)

Source from the content-addressed store, hash-verified

1003
1004
1005 private void odsAppendNotNull(XML kid, StringBuilder buffer) {
1006 String content = kid.getContent();
1007 if (content != null) {
1008 buffer.append(content);
1009 }
1010 }
1011
1012
1013 // A 'Class' object is used here, so the syntax for this function is:

Callers 1

odsParseSheetMethod · 0.95

Calls 2

getContentMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected