MCPcopy
hub / github.com/Aider-AI/aider / event

Method event

aider/onboarding.py:388–390  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

386# Dummy Analytics class for testing
387class DummyAnalytics:
388 def event(self, *args, **kwargs):
389 # print(f"Analytics Event: {args} {kwargs}") # Optional: print events
390 pass
391
392
393def main():

Callers 3

offer_openrouter_oauthFunction · 0.45
select_default_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected