MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / print

Method print

src/dsql/ExprNodes.cpp:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277void Printable::print(NodePrinter& printer) const
278{
279 NodePrinter subPrinter(printer.getIndent() + 1);
280 Firebird::string tag(internalPrint(subPrinter));
281 printer.begin(tag);
282 printer.append(subPrinter);
283 printer.end();
284}
285
286
287//--------------------

Callers

nothing calls this directly

Calls 4

getIndentMethod · 0.80
beginMethod · 0.45
appendMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected