MCPcopy Create free account
hub / github.com/GANGE666/xVMP / status

Method status

src/unittests/Support/VirtualFileSystemTest.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 vfs::Status S;
32 explicit DummyFile(vfs::Status S) : S(S) {}
33 llvm::ErrorOr<vfs::Status> status() override { return S; }
34 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>>
35 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator,
36 bool IsVolatile) override {

Callers 4

TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected