Closed sgoll closed 2 months ago
This PR unifies the return values from the different methods for adding server nodes. They now always return the node ID of the inserted node.
This also uses the more idiomatic Option for telling the server to pick a random, unused node ID when no specific node ID is requested.
Option
Description
This PR unifies the return values from the different methods for adding server nodes. They now always return the node ID of the inserted node.
This also uses the more idiomatic
Option
for telling the server to pick a random, unused node ID when no specific node ID is requested.