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

Method getReplace

src/parser/expression/parsed_expression_visitor.cpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221std::unique_ptr<ParsedExpression> MacroParameterReplacer::getReplace(const std::string& name) {
222 if (nameToExpr.contains(name)) {
223 return nameToExpr.at(name)->copy();
224 }
225 return nullptr;
226}
227
228} // namespace parser
229} // namespace lbug

Callers

nothing calls this directly

Calls 2

containsMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected