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

Method isInternal

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

Source from the content-addressed store, hash-verified

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; }
21

Callers 1

queryNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected