MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / fun

Function fun

apps/common/event/common.py:32–36  ·  view source on GitHub ↗
(args, **keywords)

Source from the content-addressed store, hash-verified

30
31def get_cache_poxy_function(poxy_function, cache_key):
32 def fun(args, **keywords):
33 try:
34 poxy_function(args, **keywords)
35 finally:
36 memory_cache.delete(cache_key)
37
38 return fun
39

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected