MCPcopy Create free account
hub / github.com/astercloud/aster / GetPlanSummary

Method GetPlanSummary

pkg/agent/execution_plan.go:244–250  ·  view source on GitHub ↗

GetPlanSummary 获取当前计划摘要

()

Source from the content-addressed store, hash-verified

242
243// GetPlanSummary 获取当前计划摘要
244func (m *ExecutionPlanManager) GetPlanSummary() *executionplan.PlanSummary {
245 if m.currentPlan == nil {
246 return nil
247 }
248 summary := m.currentPlan.Summary()
249 return &summary
250}
251
252// FormatCurrentPlan 格式化当前计划为可读文本
253func (m *ExecutionPlanManager) FormatCurrentPlan() string {

Callers

nothing calls this directly

Calls 1

SummaryMethod · 0.45

Tested by

no test coverage detected