MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / init

Method init

Tests/Libraries/Plugin/PluginTest.cpp:354–354  ·  view source on GitHub ↗

Called when plugin is init

Source from the content-addressed store, hash-verified

352
353 // Called when plugin is init
354 bool init() { return true; }
355
356 // Called when plugin is closed
357 bool close() { return true; }

Callers 15

captureBuildActionOutputFunction · 0.45
runBuiltProgramFunction · 0.45
SCBuildFixtureTestMethod · 0.45
fileReadWriteTestMethod · 0.45
PluginTestMethod · 0.45
createMethod · 0.45
eventLoopSubdirectoryMethod · 0.45
eventLoopWatchCloseMethod · 0.45
eventLoopWatchStopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected