MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / from

Method from

desktop/src/window.rs:231–233  ·  view source on GitHub ↗
(icon: CursorIcon)

Source from the content-addressed store, hash-verified

229 return;
230 };
231 if let Err(e) = clipboard.write(data) {
232 tracing::error!("Failed to write to clipboard: {e}")
233 }
234 }
235}

Callers 13

onPasteFunction · 0.45
triggerClipboardReadFunction · 0.45
uploadFunction · 0.45
drag-toggle.tsFile · 0.45
initializeRipplesFunction · 0.45
initializeCarouselFunction · 0.45
slideToFunction · 0.45
getVideosForSlideFunction · 0.45
setCurrentTransformFunction · 0.45
currentActiveDotIndexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected