MCPcopy Index your code
hub / github.com/larksuite/cli / flagReader

Function flagReader

cmd/service/paramflags.go:164–166  ·  view source on GitHub ↗
(p *T)

Source from the content-addressed store, hash-verified

162}
163
164func flagReader[T any](p *T) func() interface{} {
165 return func() interface{} { return *p }
166}

Callers 1

registerTypedFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected