MCPcopy 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

36typedef console::Command::Result Result;
37
38Result hello_cmd(Args args)
39{
40 return { true, "hello world" };
41}
42
43Result add_cmd(Args args)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected