28 wxASSERT( wxThread::IsMain() );
29 std::vector<NODE_INPUT>
result;
32 for(
const auto& [key, entry] : aRecords.
Entries() )
34 if( entry->value.kind != aKind )
38 input.edges.reserve( entry->value.edges.size() );
40 for(
const NAME_KEY& edge : entry->value.edges )
41 input.edges.push_back( aKeys.
InternNode( edge ) );
43 result.push_back( std::move( input ) );
wxString result
Test unit parsing edge cases and error handling.