MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _async_fetch_node_id_cache

Method _async_fetch_node_id_cache

python/graphscope/nx/classes/cache.py:323–324  ·  view source on GitHub ↗
(self, gid)

Source from the content-addressed store, hash-verified

321 self.pred_attr_align = False
322
323 def _async_fetch_node_id_cache(self, gid):
324 self.futures["node_id"] = self.executor.submit(self._get_node_id_cache, gid)
325
326 def _async_fetch_node_attr_cache(self, gid):
327 self.futures["node_attr"] = self.executor.submit(self._get_node_attr_cache, gid)

Callers 3

warmupMethod · 0.95
__contains__Method · 0.95
__iter__Method · 0.95

Calls 1

submitMethod · 0.65

Tested by

no test coverage detected