Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ get
Method
get
mod/project/node/nodeutil/base.py:38–39 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
36
self._data = {}
37
38
def
get(self, key):
39
return
self._data.get(key, None)
40
41
def
set(self, key, value, timeout):
42
self._data[key] = value
Callers
15
test_mirror
Function · 0.45
create_site
Method · 0.45
_ckeck_add_domain
Method · 0.45
remove_project
Method · 0.45
get_cpu_precent
Method · 0.45
get_io_speed
Method · 0.45
get_project_stat
Method · 0.45
create_project
Method · 0.45
start_project
Method · 0.45
check_path_status
Method · 0.45
get_package_managers
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_mirror
Function · 0.36