MCPcopy 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

WriteFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected