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

Function makeTestMetadata

tests/gtest_factory.cpp:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410namespace
411{
412KeyValueVector makeTestMetadata()
413{
414 return {
415 std::make_pair<std::string, std::string>("foo", "hello"),
416 std::make_pair<std::string, std::string>("bar", "42"),
417 };
418}
419} // namespace
420
421class ActionWithMetadata : public SyncActionNode

Callers 2

metadataMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected