Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/7836246/cursor2api
/ write
Method
write
test/unit-openai-log-summary.mjs:59–62 ·
view source on GitHub ↗
(chunk)
Source
from the content-addressed store, hash-verified
57
this.headers = { ...this.headers, ...headers };
58
}
59
write(chunk) {
60
this.body += String(chunk);
61
return
true;
62
}
63
end(chunk =
''
) {
64
this.body += String(chunk);
65
this.ended = true;
Callers
15
sendCursorChat
Function · 0.45
e2e-prompt-ab2.mjs
File · 0.45
runAnthropicTest
Function · 0.45
chat
Function · 0.45
migrate-jsonl-to-sqlite.mjs
File · 0.45
collectStream
Function · 0.45
test
Function · 0.45
runAgentLoop
Function · 0.45
test
Function · 0.45
runAnthropicTest
Function · 0.45
apiLogsStream
Function · 0.45
handleOpenAIMockStream
Function · 0.45
Calls
no outgoing calls
Tested by
2
test
Function · 0.36
test
Function · 0.36