MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TempFile

Method TempFile

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8022–8022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8020class TempFile {
8021public:
8022 TempFile(TempFile const &) = delete;
8023 TempFile &operator=(TempFile const &) = delete;
8024 TempFile(TempFile &&) = delete;
8025 TempFile &operator=(TempFile &&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected