Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepflowio/deepflow
/ DocumentUsageBlock
Struct
DocumentUsageBlock
server/libs/app/document_column_block.go:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
type
DocumentUsageBlock
struct
{
84
*flow_metrics.TagBlock
85
*flow_metrics.UsageMeterBlock
86
}
87
88
func
(b *DocumentUsageBlock) Reset() {
89
b.TagBlock.Reset()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected