()
| 1121 | } |
| 1122 | |
| 1123 | func (ctx *BuildContext) getSavePath() string { |
| 1124 | return normalizeSavePath(path.Join("modules", ctx.Path())) |
| 1125 | } |
| 1126 | |
| 1127 | func (ctx *BuildContext) getBuildArgsPrefix(isDts bool) string { |
| 1128 | if a := encodeBuildArgs(ctx.args, isDts); a != "" { |
no test coverage detected