MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / filter

Method filter

plugin/app/fastapi_app.py:75–77  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

73
74 class IgnoreRouteLogFilter(logging.Filter):
75 def filter(self, record):
76 message = record.getMessage()
77 return not any([f in message for f in filters])
78
79 logger.addFilter(IgnoreRouteLogFilter())
80

Callers 15

index.tsxFile · 0.45
handleSelectActionsFunction · 0.45
handleSelectPluginsFunction · 0.45
handleDeleteRetrievalFunction · 0.45
handleDeleteToolFunction · 0.45
handleCollectionModalFunction · 0.45
handleToolsChangeFunction · 0.45
handleSelectEndChangeFunction · 0.45
fetchModelProviderListFunction · 0.45
getCenterDataFunction · 0.45
handleSelectEndChangeFunction · 0.45
handleDeleteConfirmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected