MCPcopy
hub / github.com/refined-github/refined-github / hideMessage

Function hideMessage

source/helpers/bisect.tsx:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50async function hideMessage(): Promise<void> {
51 if (!(await state.get())) {
52 createMessageBox('Process completed in another tab');
53 }
54}
55
56async function onChoiceButtonClick({currentTarget: button}: React.MouseEvent<HTMLButtonElement>): Promise<void> {
57 const answer = button.value;

Callers

nothing calls this directly

Calls 2

createMessageBoxFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected