Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
main
Function · 0.45
test_move_construction_and_assignment
Function · 0.45
test_queries
Function · 0.45
canonicalize_root_path
Function · 0.45
create_file
Function · 0.45
canonical_basic_tests
Function · 0.45
symlink_status_tests
Function · 0.45
platform_specific_tests
Function · 0.45
temp_directory_path_tests
Function · 0.45
create_file
Function · 0.45
directory_iterator_test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected