Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ append
Function
append
tests/test_dashboard.py:2033–2034 ·
view source on GitHub ↗
(message, *args)
Source
from the content-addressed store, hash-verified
2031
2032
def
capture(messages):
2033
def
append(message, *args):
2034
messages.append(message % args
if
args
else
message)
2035
2036
return
append
2037
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected