Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ Text
Function
Text
src/gui2/globals.h:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace ImGui
13
{
14
static inline void Text(std::string text)
15
{
16
ImGui::Text(
"%s"
, text.c_str());
17
}
18
}
19
20
enum class DiskActivityType
Callers
5
drawCylinderRule
Function · 0.85
drawPhysicalMap
Function · 0.85
drawLogicalMap
Function · 0.85
drawContent
Method · 0.85
deviceProperties
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected