MCPcopy Create free account
hub / github.com/boostorg/filesystem / empty

Method empty

test/path_test.cpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 bool empty() const { return m_str.empty(); }
211 size_type size() const { return m_str.size(); }
212
213 const_pointer data() const { return m_str.data(); }

Callers 15

mainFunction · 0.45
mainFunction · 0.45
test_queriesFunction · 0.45
canonicalize_root_pathFunction · 0.45
create_fileFunction · 0.45
canonical_basic_testsFunction · 0.45
symlink_status_testsFunction · 0.45
platform_specific_testsFunction · 0.45
create_fileFunction · 0.45
directory_iterator_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected