-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements UpdateList, AddListValue, and RemoveListValue in the SDK S…
…erver (#3445) * Implements UpdateList, AddValue, and RemoveValue in the SDK Server * Adds SDK Server List Tests * Uses GetList within AddListValue and RemoveListValue and adds more testing * Removes unnecessary error messages when merging two lists Adds a const for the List maximum capacity --------- Co-authored-by: Mengye (Max) Gong <8364575+gongmax@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
720 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.