MCPcopy Index your code
hub / github.com/coder/guts / WithComments

Method WithComments

convert.go:981–984  ·  view source on GitHub ↗
(comments ...string)

Source from the content-addressed store, hash-verified

979}
980
981func (p parsedType) WithComments(comments ...string) parsedType {
982 p.RaisedComments = append(p.RaisedComments, comments...)
983 return p
984}
985
986// TODO: Return comments?
987func (ts *Typescript) typescriptType(ty types.Type) (parsedType, error) {

Callers 1

typescriptTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected