Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stitionai/devika
/ error
Method
error
src/logger.py:23–25 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
21
self.logger.flush()
22
23
def
error(self, message: str):
24
self.logger.error(message)
25
self.logger.flush()
26
27
def
warning(self, message: str):
28
self.logger.warning(message)
Callers
3
emit_agent
Function · 0.80
inference
Method · 0.80
initializeSockets
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected