Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
type
Type
interface
{
18
String() string
19
node() ast.Expr
20
}
21
Callers
15
TestPublic
Function · 0.65
TestPlugin
Function · 0.65
TestCustomWebGenerator
Function · 0.65
loadControllerRoute
Method · 0.65
loadType
Method · 0.65
loadActionInputStruct
Method · 0.65
loadActionResult
Method · 0.65
loadActionResultFields
Method · 0.65
loadProvider
Method · 0.65
ViewResult
Method · 0.65
TestIndexString
Function · 0.65
TestDependencyRequest
Function · 0.65
Implementers
11
StarType
package/parser/type.go
IdentType
package/parser/type.go
SelectorType
package/parser/type.go
ArrayType
package/parser/type.go
StructType
package/parser/type.go
FuncType
package/parser/type.go
InterfaceType
package/parser/type.go
SliceExpr
package/parser/type.go
MapType
package/parser/type.go
ChanType
package/parser/type.go
EllipsisType
package/parser/type.go
Calls
no outgoing calls
Tested by
15
TestPublic
Function · 0.52
TestPlugin
Function · 0.52
TestCustomWebGenerator
Function · 0.52
TestIndexString
Function · 0.52
TestDependencyRequest
Function · 0.52
TestEmptyActionWithView
Function · 0.52
TestCustomActions
Function · 0.52
TestHandlerFuncs
Function · 0.52
TestDeleteRouteAndControllerAndView
Function · 0.52
TestUpdateBodyAndSignatureAndRoute
Function · 0.52
TestHello
Function · 0.52
TestHelloEmbed
Function · 0.52