MCPcopy Create free account
hub / github.com/chrxh/alien / FileTreeNode

Method FileTreeNode

external/ImFileDialog/ImFileDialog.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 class FileTreeNode {
54 public:
55 FileTreeNode(const std::string& path) {
56 Path = std::filesystem::path(path);
57 Read = false;
58 }
59
60 std::filesystem::path Path;
61 bool Read;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected