MCPcopy 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
64def 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.pyFile · 0.85

Calls 1

emitFunction · 0.85

Tested by

no test coverage detected