MCPcopy Create free account
hub / github.com/LegacyCodeHQ/clarity-cli / mustAdjacency

Function mustAdjacency

depgraph/dependency_graph_test.go:14–19  ·  view source on GitHub ↗
(t *testing.T, g depgraph.DependencyGraph)

Source from the content-addressed store, hash-verified

12)
13
14func mustAdjacency(t *testing.T, g depgraph.DependencyGraph) map[string][]string {
15 t.Helper()
16 adj, err := depgraph.AdjacencyList(g)
17 require.NoError(t, err)
18 return adj
19}
20
21func TestBuildDependencyGraph(t *testing.T) {
22 // Create temporary directory with test files

Calls 1

AdjacencyListFunction · 0.92

Tested by

no test coverage detected