MCPcopy Index your code
hub / github.com/LawRefBook/Laws / update_ver

Function update_ver

scripts/database.py:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210
211
212def update_ver():
213 db.execute_sql("""update law
214set ver = (select count(1) from law t where t.name = law.name);""")
215
216
217def update_status_same_name():

Callers 1

database.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected