SERVER-56570 added LIBDEPS docs.

This commit is contained in:
Daniel Moody
2021-04-20 17:46:31 +00:00
committed by Evergreen Agent
parent 57f8c0d7c3
commit 44ca57b15d
7 changed files with 440 additions and 12 deletions

View File

@@ -229,8 +229,7 @@ class BackendServer:
analysis = libdeps.analyzer.counter_factory(
self._dependents_graph,
[name[0] for name in libdeps.analyzer.CountTypes.__members__.items()])
ga = libdeps.analyzer.LibdepsGraphAnalysis(libdeps_graph=self._dependents_graph,
analysis=analysis)
ga = libdeps.analyzer.LibdepsGraphAnalysis(analysis)
results = ga.get_results()
graph_data = []