MCPcopy Create free account
hub / github.com/error311/FileRise / open

Function open

public/js/aiChat.js:1151–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1149 };
1150
1151 const open = () => {
1152 overlay.style.display = '';
1153 loadRecipes();
1154 setTimeout(() => {
1155 updateScopeSummary();
1156 scrollLogToBottom();
1157 inputEl?.focus();
1158 }, 30);
1159 };
1160
1161 const close = () => {
1162 overlay.style.display = 'none';

Callers

nothing calls this directly

Calls 3

loadRecipesFunction · 0.85
updateScopeSummaryFunction · 0.85
scrollLogToBottomFunction · 0.85

Tested by

no test coverage detected