Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ pull
Function
pull
src/services/api/openAICompatInferenceClient.test.ts:3105–3107 ·
view source on GitHub ↗
(controller)
Source
from the content-addressed store, hash-verified
3103
})
3104
const
stream =
new
ReadableStream({
3105
pull(controller) {
3106
controller.error(readError)
3107
},
3108
})
3109
const
client =
new
OpenAICompatInferenceClient({
3110
baseURL:
'http://example.test'
,
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected