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

Function devNodePrint

src/jrd/Statement.cpp:938–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936// Function is designed to be called from debugger to print subtree of current execution node
937
938const int devNodePrint(DmlNode* node)
939{
940 NodePrinter printer;
941 node->print(printer);
942 printf("\n%s\n\n\n", printer.getText().c_str());
943 fflush(stdout);
944 return 0;
945}
946#endif
947

Callers

nothing calls this directly

Calls 4

fflushFunction · 0.85
printMethod · 0.45
c_strMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected