MCPcopy Create free account
hub / github.com/Bleemsys/Artisan-Core / get

Method get

AGUI/JSONtreeview.py:197–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195 self.data = self.extract_treeview_data('')
196
197 def get(self):
198 self.save_data()
199 return self.data
200
201 def extract_treeview_data(self, node_id=''):
202 def node_to_dict(item):

Callers 15

searchtools.jsFile · 0.80
VFunction · 0.80
sFunction · 0.80
setFunction · 0.80
bootstrap.jsFile · 0.80
removeFunction · 0.80
getInstanceMethod · 0.80
eMethod · 0.80
update_viewerMethod · 0.80
get_floatFunction · 0.80

Calls 1

save_dataMethod · 0.95

Tested by

no test coverage detected