Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ GetFileHandle
Method
GetFileHandle
tools/io.cpp:446–446 ·
view source on GitHub ↗
Returns a file handle to the file.
Source
from the content-addressed store, hash-verified
444
445
// Returns a file handle to the file.
446
FILE* GetFileHandle() const { return fp_; }
447
448
private:
449
FILE* fp_;
Callers
1
WriteFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected