MCPcopy Index your code
hub / github.com/pingcap/tidb / StringerFunc

FuncType StringerFunc

pkg/util/stringutil/string_util.go:356–356  ·  view source on GitHub ↗

StringerFunc defines string func implement fmt.Stringer.

func() string

Source from the content-addressed store, hash-verified

354
355// StringerFunc defines string func implement fmt.Stringer.
356type StringerFunc func() string
357
358// String implements fmt.Stringer
359func (l StringerFunc) String() string {

Callers 2

execMethod · 0.92
MemoizeStrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected