MCPcopy 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
101bool FileAccessEncryptedCustom::is_open() const {
102 return file.is_valid();
103}
104
105String FileAccessEncryptedCustom::get_path() const {
106 if (file.is_valid()) {

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected