MCPcopy Create free account
hub / github.com/coder/guts / simpleParsedType

Function simpleParsedType

convert.go:975–979  ·  view source on GitHub ↗
(et bindings.ExpressionType)

Source from the content-addressed store, hash-verified

973}
974
975func simpleParsedType(et bindings.ExpressionType) parsedType {
976 return parsedType{
977 Value: et,
978 }
979}
980
981func (p parsedType) WithComments(comments ...string) parsedType {
982 p.RaisedComments = append(p.RaisedComments, comments...)

Callers 1

typescriptTypeMethod · 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…