MCPcopy
hub / github.com/expr-lang/expr / fromMethod

Function fromMethod

docgen/docgen.go:116–120  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

114type option func(c *config)
115
116func fromMethod(b bool) option {
117 return func(c *config) {
118 c.method = b
119 }
120}
121
122func (c *Context) use(t reflect.Type, ops ...option) *Type {
123 config := &config{}

Callers 2

CreateDocFunction · 0.85
useMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…