MCPcopy Index your code
hub / github.com/jetify-com/devbox / emit

Function emit

scripts/gen_cast.py:35–38  ·  view source on GitHub ↗
(s, dt=0.0)

Source from the content-addressed store, hash-verified

33
34
35def emit(s, dt=0.0):
36 global t
37 t += dt
38 out(s)
39
40
41def prompt(in_shell=False):

Callers 4

promptFunction · 0.85
type_cmdFunction · 0.85
outputFunction · 0.85
gen_cast.pyFile · 0.85

Calls 1

outFunction · 0.85

Tested by

no test coverage detected