Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ get_run_count
Method
get_run_count
explorer/models.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
str(self.title)
74
75
def
get_run_count(self):
76
return
self.querylog_set.count()
77
78
def
last_run_log(self):
79
ql = self.querylog_set.first()
Callers
1
test_get_run_count
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_get_run_count
Method · 0.64