Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ start
Method
start
examples/tinychat/index.js:172–178 ·
view source on GitHub ↗
(controller)
Source
from the content-addressed store, hash-verified
170
171
super({
172
start(controller) {
173
parser = createParser((event) => {
174
if
(event.
type
===
"event"
) {
175
controller.enqueue(event);
176
}
177
});
178
},
179
180
transform(chunk) {
181
parser.feed(chunk);
Callers
15
encode
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
push_task
Method · 0.45
__init__
Method · 0.45
serve.py
File · 0.45
h
Function · 0.45
wa
Function · 0.45
x
Function · 0.45
T
Function · 0.45
A
Function · 0.45
E
Function · 0.45
Calls
2
enqueue
Method · 0.80
createParser
Function · 0.70
Tested by
5
test_getotherprocess
Method · 0.36
test_putotherprocess
Method · 0.36
setUpClass
Method · 0.36
setUpClass
Method · 0.36
run_rocprof_decoder
Function · 0.36