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

Function loadCredentialsData

web/scripts/ragnar_modern.js:4828–4835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4826 try {
4827 const data = await postAPI(endpoint, { target });
4828 if (data.success) {
4829 out.textContent = data.output || '(no output)';
4830 } else if (data.missing_tool && rerunFnName) {
4831 out.innerHTML = _ndMissingTool(data, rerunFnName);
4832 } else {
4833 out.textContent = 'Error: ' + (data.error || 'failed');
4834 }
4835 } catch (e) {
4836 out.textContent = 'Failed: ' + e.message;
4837 } finally {
4838 _ndBusy(btn, false);

Callers 2

preloadAllTabsFunction · 0.70
loadTabDataFunction · 0.70

Calls 3

errorMethod · 0.80
fetchAPIFunction · 0.70
displayCredentialsTableFunction · 0.70

Tested by

no test coverage detected