Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ UnregisterCommand
Function
UnregisterCommand
src/engine/ConsoleObjects.cpp:596–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
594
}
595
596
bool UnregisterCommand(std::string_view name)
597
{
598
return objectsDictionary.UnregisterCommand(name);
599
}
600
601
Object* FindObject(std::string_view name)
602
{
Callers
nothing calls this directly
Calls
1
UnregisterCommand
Method · 0.80
Tested by
no test coverage detected