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