MCPcopy Create free account
hub / github.com/apache/arrow / AssignEntry

Method AssignEntry

cpp/src/arrow/filesystem/mockfs.cc:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185};
186
187void Directory::AssignEntry(const std::string& s, std::unique_ptr<Entry> entry) {
188 DCHECK(!s.empty());
189 entries[s] = std::move(entry);
190}
191
192////////////////////////////////////////////////////////////////////////////
193// Streams

Callers 3

OpenOutputStreamMethod · 0.80
MoveMethod · 0.80
CopyFileMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected