MCPcopy Create free account
hub / github.com/deepflowio/deepflow / Get

Method Get

server/querier/engine/clickhouse/client/debug.go:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45}
46func (s *DebugInfo) Get() map[string]interface{} {
47 return map[string]interface{}{
48 "query_sqls": s.Debug,
49 }
50}
51
52func (s *Debug) String() string {
53 return fmt.Sprintf(

Callers 2

SimpleExecuteFunction · 0.95
ExecuteQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected