MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / onRefChanged

Function onRefChanged

Support/SingleFileLibs/javascript/app.js:586–592  ·  view source on GitHub ↗
(refType, refName)

Source from the content-addressed store, hash-verified

584 }
585
586 async function onRefChanged(refType, refName) {
587 state.currentRefType = refType;
588 state.currentRef = refName;
589 await updateVersionInfo();
590 await refreshBriefsForRef(refName);
591 renderTableRows();
592 }
593
594 // Event wiring
595 if (themeToggleBtn) {

Callers 1

app.jsFile · 0.85

Calls 3

updateVersionInfoFunction · 0.85
refreshBriefsForRefFunction · 0.85
renderTableRowsFunction · 0.85

Tested by

no test coverage detected