Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ GetNativeFileDescriptor
Method
GetNativeFileDescriptor
port/cpl_vsil_cache.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
int Close() override;
88
89
void *GetNativeFileDescriptor() override
90
{
91
return m_poBase->GetNativeFileDescriptor();
92
}
93
94
bool HasPRead() const override
95
{
Callers
1
VSIFGetNativeFileDescriptorL
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected