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

Method GetFluxSource

src/gui/context.cc:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 {
17 public:
18 FluxSource* GetFluxSource() override
19 {
20 if (!_fluxSource)
21 {
22 _fluxSource = FluxSource::create(globalConfig());
23 }
24 return _fluxSource.get();
25 }
26
27 FluxSource* GetVerificationFluxSource() override
28 {

Callers 2

StartReadingMethod · 0.80
UpdateExplorerDataMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected