MCPcopy 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_counterFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_prevalence_counterFunction · 0.76