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

Method setParsingTime

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

Source from the content-addressed store, hash-verified

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
22 bool requireTransaction() const {

Callers 1

parseQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected