Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ is_open
Method
is_open
crypto/file_access_encrypted_custom.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
bool FileAccessEncryptedCustom::is_open() const {
102
return file.is_valid();
103
}
104
105
String FileAccessEncryptedCustom::get_path() const {
106
if (file.is_valid()) {
Callers
nothing calls this directly
Calls
1
is_valid
Method · 0.45
Tested by
no test coverage detected