MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / Set

Method Set

Exporter/Plugin/LoadedPlugin.hpp:43–46  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

41
42 //---------------------------------------------------------------------
43 void Set(std::unique_ptr<T> plugin)
44 {
45 plugin_ = std::move(plugin);
46 }
47
48 //---------------------------------------------------------------------
49 T& Get() const

Callers 6

CreateManagerMethod · 0.80
RGraph.pie.jsFile · 0.80
TryLoadPluginMethod · 0.80

Calls

no outgoing calls

Tested by 1

CreateManagerMethod · 0.64