MCPcopy Index your code
hub / github.com/saltstack/salt / Add

Method Add

tests/unit/modules/test_win_groupadd.py:42–46  ·  view source on GitHub ↗

This should be a no-op unless we want to test raising an error, in which case this should be overridden in a subclass.

(self, name)

Source from the content-addressed store, hash-verified

40 return self._members
41
42 def Add(self, name):
43 """
44 This should be a no-op unless we want to test raising an error, in
45 which case this should be overridden in a subclass.
46 """
47
48 def Remove(self, name):
49 """

Callers 12

adduserFunction · 0.45
membersFunction · 0.45
updatesMethod · 0.45
installedMethod · 0.45
availableMethod · 0.45
searchMethod · 0.45
downloadMethod · 0.45
installMethod · 0.45
uninstallMethod · 0.45
installedFunction · 0.45
removedFunction · 0.45
uptodateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected