Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ GetFluxSink
Method
GetFluxSink
src/gui/context.cc:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
FluxSinkFactory* GetFluxSink() override
38
{
39
if (!_fluxSink)
40
{
41
_fluxSink = FluxSinkFactory::create(globalConfig());
42
}
43
return _fluxSink.get();
44
}
45
46
ImageReader* GetImageReader() override
47
{
Callers
1
StartWriting
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected