MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setToInternal

Method setToInternal

src/include/parser/statement.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16 common::StatementType getStatementType() const { return statementType; }
17 void setToInternal() { internal = true; }
18 bool isInternal() const { return internal; }
19 void setParsingTime(double time) { parsingTime = time; }
20 double getParsingTime() const { return parsingTime; }

Callers 1

parseQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected