Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/superset
/ JwtPayload
Interface
JwtPayload
superset-websocket/src/index.ts:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
result_url?: string;
54
}
55
interface
JwtPayload {
56
channel: string;
57
}
58
interface
FetchRangeFromStreamParams {
59
sessionId: string;
60
startId: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected