Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deepflowio/deepflow
/ DocumentAppBlock
Struct
DocumentAppBlock
server/libs/app/document_column_block.go:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
type
DocumentAppBlock
struct
{
55
*flow_metrics.TagBlock
56
*flow_metrics.AppMeterBlock
57
}
58
59
func
(b *DocumentAppBlock) Reset() {
60
b.TagBlock.Reset()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected