MCPcopy Create free account
hub / github.com/adonovan/spaghetti / unbreak

Function unbreak

code.js:119–122  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

117}
118
119function unbreak(i, j) {
120 // Must reload the page since the graph has changed.
121 document.location = "/unbreak?from=" + i + "&to=" + j
122}
123
124// addImports adds option elements to the select element,
125// one per package index in the packageIDs array.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected