MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / commit

Method commit

class/projectModel/totle_db.py:250–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 return "error: " + str(ex)
249
250 def commit(self):
251 self.__close()
252 self.__DB_CONN.commit()
253
254 def save(self, keys, param):
255 # 更新数据

Callers 15

_create_db_schemaMethod · 0.45
save_dir_recordMethod · 0.45
addMethod · 0.45
saveMethod · 0.45
deleteMethod · 0.45
executeMethod · 0.45
createMethod · 0.45
fofileMethod · 0.45
executeMethod · 0.45
sqlite_pool.pyFile · 0.45
workerFunction · 0.45
fetch_sessionMethod · 0.45

Calls 1

__closeMethod · 0.95

Tested by

no test coverage detected