MCPcopy Create free account
hub / github.com/Autodesk/Aurora / GetFileUnsafe

Method GetFileUnsafe

Libraries/ImageProcessingResolver/Resolver.h:130–133  ·  view source on GitHub ↗

Not implemented.

Source from the content-addressed store, hash-verified

128
129 // Not implemented.
130 virtual std::pair<FILE*, size_t> GetFileUnsafe() const override
131 {
132 return std::make_pair<FILE*, size_t>(nullptr, 0);
133 }
134
135protected:
136 std::shared_ptr<char> _pData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected