MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / called

Function called

src/util/RateLimit.py:14–15  ·  view source on GitHub ↗
(event, penalty=0)

Source from the content-addressed store, hash-verified

12
13
14def called(event, penalty=0):
15 called_db[event] = time.time() + penalty
16
17
18# Check if calling event is allowed

Callers 3

callQueueFunction · 0.85
callAsyncFunction · 0.85
callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected