MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / _cached_log_stream

Function _cached_log_stream

util/logger.py:92–93  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

90
91@functools.lru_cache(maxsize=None)
92def _cached_log_stream(filename):
93 return open(filename, 'a')

Callers 1

setup_loggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected