MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / GraphSvgPluginState

Method GraphSvgPluginState

Source/MediaInfo/MediaInfo_Config.cpp:3907–3911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3905
3906#if defined(MEDIAINFO_GRAPHVIZ_YES)
3907bool MediaInfo_Config::GraphSvgPluginState()
3908{
3909 CriticalSectionLocker CSL(CS);
3910 return Export_Graph::Load();
3911}
3912#endif //defined(MEDIAINFO_GRAPHVIZ_YES)
3913
3914//***************************************************************************

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected