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

Method initGlobalStateInternal

src/processor/operator/persistent/copy_to.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void CopyTo::initGlobalStateInternal(lbug::processor::ExecutionContext* context) {
28 sharedState->init(*context->clientContext, *info.bindData);
29}
30
31void CopyTo::finalize(ExecutionContext* /*context*/) {
32 info.exportFunc.finalize(*sharedState);

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected