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

Method copy

src/function/string/regex_replace_function.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 replaceFunc{std::move(replaceFunc)} {}
22
23 std::unique_ptr<FunctionBindData> copy() const override {
24 return std::make_unique<RegexReplaceBindData>(copyVector(paramTypes), replaceFunc);
25 }
26};
27
28struct RegexpReplace {

Callers 3

bindFuncMethod · 0.45
rewriteFuncFunction · 0.45
bindFuncFunction · 0.45

Calls 1

copyVectorFunction · 0.85

Tested by

no test coverage detected