| 410 | namespace |
| 411 | { |
| 412 | KeyValueVector 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 | |
| 421 | class ActionWithMetadata : public SyncActionNode |