Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ name_count
Method
name_count
pgcli/packages/prioritization.py:52–53 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
50
return
self.keyword_counts[keyword]
51
52
def
name_count(self, name):
53
return
self.name_counts[name]
Callers
1
test_prevalence_counter
Function · 0.95
Calls
no outgoing calls
Tested by
1
test_prevalence_counter
Function · 0.76