MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / what

Method what

include/behaviortree_cpp/contrib/json.hpp:4375–4378  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

4373 public:
4374 /// returns the explanatory string
4375 const char* what() const noexcept override
4376 {
4377 return m.what();
4378 }
4379
4380 /// the id of the exception
4381 const int id; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes)

Callers 15

mainFunction · 0.45
mainFunction · 0.45
executeTickMethod · 0.45
ParseScriptFunction · 0.45
ParseScriptAndExecuteFunction · 0.45
ValidateScriptFunction · 0.45
~CoroActionNodeMethod · 0.45
~SqliteLoggerMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
getInputStampedMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36