Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onPaste
Function · 0.45
triggerClipboardRead
Function · 0.45
upload
Function · 0.45
setupViewportResizeObserver
Function · 0.45
drag-toggle.ts
File · 0.45
initializeRipples
Function · 0.45
initializeCarousel
Function · 0.45
slideTo
Function · 0.45
getVideosForSlide
Function · 0.45
setCurrentTransform
Function · 0.45
currentActiveDotIndex
Function · 0.45
initializeImageComparison
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected