MCPcopy 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
54type DocumentAppBlock struct {
55 *flow_metrics.TagBlock
56 *flow_metrics.AppMeterBlock
57}
58
59func (b *DocumentAppBlock) Reset() {
60 b.TagBlock.Reset()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected