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

Method is_install_nodejs

class/projectModel/nodejsModel.py:126–133  ·  view source on GitHub ↗

@name 是否安装nodejs版本管理器 @author hwliang<2021-08-09> @param get 请求数据 @return bool

(self,get)

Source from the content-addressed store, hash-verified

124
125
126 def is_install_nodejs(self,get):
127 ''&#x27;
128 @name 是否安装nodejs版本管理器
129 @author hwliang<2021-08-09>
130 @param get<dict_obj> 请求数据
131 @return bool
132 ''&#x27;
133 return os.path.exists(self._nodejs_plugin_path)
134
135
136 def get_nodejs_version(self,get):

Callers 3

modify_projectMethod · 0.95
create_projectMethod · 0.95
modify_projectMethod · 0.95

Calls 1

existsMethod · 0.45

Tested by

no test coverage detected