Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ TemporaryFileGuard
Method
TemporaryFileGuard
tests/FFmpegReader.cpp:79–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
std::string path;
78
79
explicit TemporaryFileGuard(std::string temp_path)
80
: path(std::move(temp_path)) {}
81
82
~TemporaryFileGuard() {
83
if (!path.empty()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected