MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleCancel

Function handleCancel

src/commands/remote-setup/remote-setup.tsx:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 // eslint-disable-next-line react-hooks/exhaustive-deps
120 }, []);
121 const handleCancel = () => {
122 logEvent('tengu_remote_setup_result', {
123 result: 'cancelled' as SafeString
124 });
125 onDone();
126 };
127 const handleConfirm = async (token: RedactedGithubToken) => {
128 setStep({
129 name: 'uploading'

Callers 1

WebFunction · 0.70

Calls 2

logEventFunction · 0.85
onDoneFunction · 0.50

Tested by

no test coverage detected