MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / size

Method size

src/io/mmap_memory_source.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 u64 size() const override { return size_; }
77 const std::string& name() const override { return name_; }
78
79 std::size_t read(u64 offset, void* out, std::size_t len) const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected