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

Method processTimestampField

source/Gui/BrowserWindow.cpp:903–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903void BrowserWindow::processTimestampField(NetworkResourceTreeTO const& treeTO)
904{
905 if (treeTO->isLeaf()) {
906 auto& leaf = treeTO->getLeaf();
907 AlienImGui::Text(leaf.rawTO->timestamp);
908 }
909}
910
911void BrowserWindow::processUserNameField(NetworkResourceTreeTO const& treeTO)
912{

Callers

nothing calls this directly

Calls 1

isLeafMethod · 0.80

Tested by

no test coverage detected