MCPcopy Create free account
hub / github.com/bluescan/tacentview / InvalidateAllNodeContent

Method InvalidateAllNodeContent

Src/FileDialog.cpp:1024–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022
1023
1024void FileDialog::InvalidateAllNodeContent()
1025{
1026 InvalidateAllNodeContentRecursive(RootTreeNode);
1027 #ifdef PLATFORM_WINDOWS
1028 InvalidateAllNodeContentRecursive(NetworkTreeNode);
1029 #endif
1030}
1031
1032
1033void FileDialog::InvalidateAllNodeContentRecursive(TreeNode* node)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected