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

Method UnlockOpenOutputStream

cpp/src/arrow/filesystem/test_util.cc:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212Status GatedMockFilesystem::UnlockOpenOutputStream(uint32_t num_waiters) {
213 return open_output_sem_.Release(num_waiters);
214}
215
216////////////////////////////////////////////////////////////////////////////
217// GenericFileSystemTest implementation

Callers 2

TEST_FFunction · 0.80

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected