MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / setCopyFluxTo

Method setCopyFluxTo

lib/config/config.cc:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void Config::setCopyFluxTo(std::string filename)
552{
553 setFluxSinkImpl(
554 filename, overrides()->mutable_decoder()->mutable_copy_flux_to());
555}
556
557void Config::setVerificationFluxSource(std::string filename)
558{

Callers 1

fe-read.ccFile · 0.80

Calls 1

setFluxSinkImplFunction · 0.85

Tested by

no test coverage detected