MCPcopy
hub / github.com/livebud/bud / String

Method String

package/parser/type.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16// Type fn
17type Type interface {
18 String() string
19 node() ast.Expr
20}
21

Callers 15

TestPublicFunction · 0.65
TestPluginFunction · 0.65
TestCustomWebGeneratorFunction · 0.65
loadControllerRouteMethod · 0.65
loadTypeMethod · 0.65
loadActionInputStructMethod · 0.65
loadActionResultMethod · 0.65
loadProviderMethod · 0.65
ViewResultMethod · 0.65
TestIndexStringFunction · 0.65
TestDependencyRequestFunction · 0.65

Implementers 11

StarTypepackage/parser/type.go
IdentTypepackage/parser/type.go
SelectorTypepackage/parser/type.go
ArrayTypepackage/parser/type.go
StructTypepackage/parser/type.go
FuncTypepackage/parser/type.go
InterfaceTypepackage/parser/type.go
SliceExprpackage/parser/type.go
MapTypepackage/parser/type.go
ChanTypepackage/parser/type.go
EllipsisTypepackage/parser/type.go

Calls

no outgoing calls

Tested by 15

TestPublicFunction · 0.52
TestPluginFunction · 0.52
TestCustomWebGeneratorFunction · 0.52
TestIndexStringFunction · 0.52
TestDependencyRequestFunction · 0.52
TestEmptyActionWithViewFunction · 0.52
TestCustomActionsFunction · 0.52
TestHandlerFuncsFunction · 0.52
TestHelloFunction · 0.52
TestHelloEmbedFunction · 0.52