Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tong89/smartNode
/ generate
Function
generate
backend/api.py:706–707 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
704
from
backend.stream
import
sse_stream
# local import to avoid circular at module level
705
706
def
generate():
707
yield
from
sse_stream()
708
709
resp = Response(
710
stream_with_context(generate()),
Callers
1
sse_stream_endpoint
Function · 0.85
Calls
1
sse_stream
Function · 0.90
Tested by
no test coverage detected