Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Superflows-AI/superflows
/ Chunk
Interface
Chunk
lib/models.ts:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
export
interface
Chunk {
174
path: (string | number)[];
175
data: any;
176
}
177
178
export
interface
Properties {
179
[key: string | number]: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected