MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / passes_blacklist

Method passes_blacklist

explorer/models.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 )["duration__avg"]
92
93 def passes_blacklist(self):
94 return passes_blacklist(self.final_sql())
95
96 def final_sql(self):
97 return swap_params(self.sql, self.available_params())

Callers 4

validateMethod · 0.95
execute_query_onlyMethod · 0.95
postMethod · 0.95
generate_reportFunction · 0.80

Calls 2

final_sqlMethod · 0.95
passes_blacklistFunction · 0.90

Tested by

no test coverage detected