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

Method getCachedStatement

src/main/prepared_statement_manager.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22CachedPreparedStatement* CachedPreparedStatementManager::getCachedStatement(
23 const std::string& name) const {
24 DASSERT(containsStatement(name));
25 return statementMap.at(name).get();
26}
27
28} // namespace main
29} // namespace lbug

Callers 4

getLogicalPlanMethod · 0.80
getRootMethod · 0.80
getRootMethod · 0.80
executeWithParamsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 3

getLogicalPlanMethod · 0.64
getRootMethod · 0.64
getRootMethod · 0.64