MCPcopy Create free account
hub / github.com/IronsDu/brynet / TempFile

Method TempFile

tests/catch.hpp:11945–11945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11943 class TempFile {
11944 public:
11945 TempFile(TempFile const&) = delete;
11946 TempFile& operator=(TempFile const&) = delete;
11947 TempFile(TempFile&&) = delete;
11948 TempFile& operator=(TempFile&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected