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

Method begin

src/dsql/NodePrinter.h:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42public:
43 void begin(const Firebird::string& s)
44 {
45 printIndent();
46 text += "<";
47 text += s;
48 text += ">\n";
49
50 ++indent;
51 stack.push(s);
52 }
53
54 void end()
55 {

Callers 1

printMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected