MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / Destroy

Method Destroy

cpp/src/platform/FileOps.cpp:63–69  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Static method to destroy the fileops singleton. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

61// Static method to destroy the fileops singleton.
62//-----------------------------------------------------------------------------
63void FileOps::Destroy
64(
65)
66{
67 delete s_instance;
68 s_instance = NULL;
69}
70
71//-----------------------------------------------------------------------------
72// <FileOps::FolderExists>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected