Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ read_from_clipboard
Function
read_from_clipboard
docs/changelog_formatter.py:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
25
26
def
read_from_clipboard():
27
text = pyperclip.paste()
28
return
text.splitlines()
29
30
31
def
process_line(line):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected