MCPcopy Create free account
hub / github.com/esengine/esengine / handleOpenGithub

Function handleOpenGithub

packages/editor-app/src/components/AboutDialog.tsx:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 };
115
116 const handleOpenGithub = async () => {
117 try {
118 await open('https://github.com/esengine/esengine');
119 } catch (error) {
120 console.error('Failed to open GitHub link:', error);
121 }
122 };
123
124 return (
125 <div className="modal-overlay" onClick={onClose}>

Callers 1

AboutDialogFunction · 0.85

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected