Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getParsingTime
Method
getParsingTime
src/include/parser/statement.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
bool isInternal() const { return internal; }
19
void setParsingTime(double time) { parsingTime = time; }
20
double getParsingTime() const { return parsingTime; }
21
22
bool requireTransaction() const {
23
switch (statementType) {
Callers
1
prepareNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected