MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / IsValidName

Method IsValidName

src/engine/ConsoleObjects.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 typedef VariableState::SetBy SetBy;
121
122 static inline bool IsValidName(char const* name)
123 {
124 return (name && (std::strlen(name) > 0)) ? true : false;
125 }
126
127 Object* RegisterCommand(CommandDesc const& desc)
128 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected