Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepflowio/deepflow
/ DocumentFlowBlock
Struct
DocumentFlowBlock
server/libs/app/document_column_block.go:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
DocumentFlowBlock
struct
{
26
*flow_metrics.TagBlock
27
*flow_metrics.FlowMeterBlock
28
}
29
30
func
(b *DocumentFlowBlock) Reset() {
31
b.TagBlock.Reset()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected