MCPcopy Create free account
hub / github.com/V2RaySSR/RealityChecker / NewTableFormatter

Function NewTableFormatter

internal/report/table_formatter.go:19–23  ·  view source on GitHub ↗

NewTableFormatter 创建表格格式化器

(config *types.Config)

Source from the content-addressed store, hash-verified

17
18// NewTableFormatter 创建表格格式化器
19func NewTableFormatter(config *types.Config) *TableFormatter {
20 return &TableFormatter{
21 config: config,
22 }
23}
24
25// FormatSuitableTable 格式化适合域名的表格
26func (tf *TableFormatter) FormatSuitableTable(results []*types.DetectionResult) string {

Callers 3

NewManagerFunction · 0.92
NewManagerWithEngineFunction · 0.92
FormatSingleResultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected