Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ output
Function
output
scripts/gen_cast.py:64–68 ·
view source on GitHub ↗
(lines, dt_first=0.25, dt=0.12)
Source
from the content-addressed store, hash-verified
62
63
64
def
output(lines, dt_first=0.25, dt=0.12):
65
first = True
66
for
line in lines:
67
emit(line +
"\r\n"
, dt_first
if
first
else
dt)
68
first = False
69
70
71
# 1. go is not available on the host
Callers
1
gen_cast.py
File · 0.85
Calls
1
emit
Function · 0.85
Tested by
no test coverage detected