MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / save

Method save

plugins/disabled-Multiuser/UserPlugin.py:31–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29class UserPlugin(object):
30 # In multiuser mode users data only exits in memory, dont write to data/user.json
31 def save(self):
32 if not config.multiuser_local:
33 return False
34 else:
35 return super(UserPlugin, self).save()

Callers 3

setFeedFollowMethod · 0.95
actionFeedFollowMethod · 0.45
testMemorySaveMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMemorySaveMethod · 0.36