Home
last modified time | relevance | path

Searched refs:check_table_exists (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py128 def check_table_exists(conn, name): function
143 if await conn.run_sync(check_table_exists, UnihashesV2.__tablename__):