MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / nodeColor

Function nodeColor

web/scripts/ragnar_modern.js:21116–21118  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

21114 })
21115 .then(response => response.json())
21116 .then(data => {
21117 if (data.success) {
21118 showFileSuccess(`Uploaded ${files.length} file(s)`);
21119 refreshFiles();
21120 } else {
21121 showFileError(`Upload failed: ${data.error}`);

Callers 1

renderNetworkMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected