MCPcopy
hub / github.com/esm-dev/esm.sh / getSavePath

Method getSavePath

server/build_resolver.go:1123–1125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

esmRouterFunction · 0.95
buildModuleMethod · 0.95

Calls 2

PathMethod · 0.95
normalizeSavePathFunction · 0.85

Tested by

no test coverage detected