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

Method GetVerificationFluxSource

src/gui/context.cc:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 FluxSource* GetVerificationFluxSource() override
28 {
29 if (!_verificationFluxSource)
30 {
31 _verificationFluxSource = FluxSource::create(
32 globalConfig().getVerificationFluxSourceProto());
33 }
34 return _verificationFluxSource.get();
35 }
36
37 FluxSinkFactory* GetFluxSink() override
38 {

Callers 1

StartWritingMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected