Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/STBN
/ SetLabel
Method
SetLabel
Libraries/Shared/ProgressContext.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void ProgressContext::SetLabel(const char* label)
23
{
24
m_label = label;
25
}
26
27
std::string ProgressContext::MakeDurationString(float durationInSeconds)
28
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected