Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dbcli/pgcli
/ keyword_count
Method
keyword_count
pgcli/packages/prioritization.py:49–50 ·
view source on GitHub ↗
(self, keyword)
Source
from the content-addressed store, hash-verified
47
self.keyword_counts[keyword] += 1
48
49
def
keyword_count(self, keyword):
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