Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ insert
Method
insert
class/db.py:431–434 ·
view source on GitHub ↗
(self,pdata)
Source
from the content-addressed store, hash-verified
429
430
#插入数据
431
def
insert(self,pdata):
432
if
not pdata:
return
False
433
keys,param = self.__format_pdata(pdata)
434
return
self.add(keys,param)
435
436
#更新数据
437
def
update(self,pdata):
Callers
15
restore_site_db_data
Method · 0.95
proc_worker
Method · 0.45
proc_worker
Method · 0.45
process_net_total
Method · 0.45
tools.py
File · 0.45
get_temp_login
Function · 0.45
get_temp_login_ipv4
Function · 0.45
tools_en.py
File · 0.45
get_temp_login
Function · 0.45
get_temp_login_ipv4
Function · 0.45
manager_tomcat.py
File · 0.45
safecloud_list.py
File · 0.45
Calls
2
__format_pdata
Method · 0.95
add
Method · 0.95
Tested by
no test coverage detected