MCPcopy Create free account
hub / github.com/creatale/node-dv / ToString

Method ToString

deps/tesseract/ccstruct/ocrpara.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93STRING ParagraphModel::ToString() const {
94 char buffer[200];
95 const STRING &alignment = ParagraphJustificationToString(justification_);
96 snprintf(buffer, sizeof(buffer),
97 "margin: %d, first_indent: %d, body_indent: %d, alignment: %s",
98 margin_, first_indent_, body_indent_, alignment.string());
99 return STRING(buffer);
100}

Callers 4

NAN_METHODFunction · 0.80
NAN_METHODFunction · 0.80
toOpFunction · 0.80
PrintDetectorStateFunction · 0.80

Calls 3

STRINGClass · 0.70
stringMethod · 0.45

Tested by

no test coverage detected