Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
114
type
option
func
(c *config)
115
116
func
fromMethod(b bool) option {
117
return
func
(c *config) {
118
c.method = b
119
}
120
}
121
122
func
(c *Context) use(t reflect.Type, ops ...option) *Type {
123
config := &config{}
Callers
2
CreateDoc
Function · 0.85
use
Method · 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…