Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHD/OpenHD
/ flush_
Method
flush_
OpenHD/ohd_common/src/openhd_spdlog.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
}
77
void flush_() override {
78
// std::cout << std::flush;
79
}
80
};
81
82
} // namespace openhd::log::sink
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected