Dictionary keyed by site name, containing a dictionary keyed by user name, containing the account.
This is kind of messy. Keying by site name isn't unique since we can match on multiple user names, so we nest the usernames.
But the nesting makes iteration hard. See Search.results
for a flattened version.
Generated using TypeDoc
Dictionary keyed by site name, containing a dictionary keyed by user name, containing the account.
This is kind of messy. Keying by site name isn't unique since we can match on multiple user names, so we nest the usernames.
But the nesting makes iteration hard. See
Search.results
for a flattened version.