-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
Both of these wrappers just call findCommand(), throw an exception if the command isn't found (with a weird exception for _shardsvrCreateCollection on mongos), and call a member function. Given the limited number of callers (one and two, respectively), this seems like logic we should move into the calling functions.
- related to
-
SERVER-91168 Accept command struct arguments instead of BSONObjs in internal transaction API
- Backlog