Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ hello_cmd
Function
hello_cmd
tests/src/engine/test_console_interpreter.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
typedef console::Command::Result Result;
37
38
Result hello_cmd(Args args)
39
{
40
return { true,
"hello world"
};
41
}
42
43
Result add_cmd(Args args)
44
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected