Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ GetDecoder
Method
GetDecoder
src/gui/context.cc:73–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
Decoder* GetDecoder() override
74
{
75
if (!_decoder)
76
{
77
_decoder = Arch::createDecoder(globalConfig());
78
}
79
return _decoder.get();
80
}
81
82
private:
83
std::unique_ptr<FluxSource> _fluxSource;
Callers
2
StartReading
Method · 0.80
StartWriting
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected