MCPcopy Create free account
hub / github.com/goadesign/goa / appendPath

Function appendPath

codegen/service/convert.go:652–655  ·  view source on GitHub ↗
(r dtRec, p string)

Source from the content-addressed store, hash-verified

650}
651
652func appendPath(r dtRec, p string) dtRec {
653 r.path += p
654 return r
655}
656
657// buildDesignType builds a user type that represents the given external type.
658// ref is the user type the data type being built is converted to or created

Callers 1

buildDesignTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected