MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / Bytes

Method Bytes

FastCopy/FileInfoViewModel.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23 uint64_t FileInfoViewModel::Bytes()
24 {
25 return std::filesystem::file_size(std::filesystem::path{ m_path.data() });
26 }
27
28 void FileInfoViewModel::Selected(bool value)
29 {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected