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

Method print

src/dsql/NodePrinter.h:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void print(const Firebird::string& s, const MetaName& value)
67 {
68 printIndent();
69
70 text += "<";
71 text += s;
72 text += ">";
73 text += value.c_str();
74 text += "</";
75 text += s;
76 text += ">\n";
77 }
78
79 void print(const Firebird::string& s, const QualifiedName& value)
80 {

Callers

nothing calls this directly

Calls 8

beginFunction · 0.50
endFunction · 0.50
c_strMethod · 0.45
toStringMethod · 0.45
printfMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
getObjectMethod · 0.45

Tested by

no test coverage detected