Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
92
def
_cached_log_stream(filename):
93
return
open(filename,
'a'
)
Callers
1
setup_logger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected