Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
212
def
update_ver():
213
db.execute_sql(
""
"update law
214
set ver = (select count(1)
from
law t where t.name = law.name);
""
")
215
216
217
def
update_status_same_name():
Callers
1
database.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected