MCPcopy Create free account
hub / github.com/nhost/nhost / rootNodeModules

Function rootNodeModules

cli/dockercompose/compose.go:33–35  ·  view source on GitHub ↗
(branch string)

Source from the content-addressed store, hash-verified

31)
32
33func rootNodeModules(branch string) string {
34 return sanitizeBranch(branch) + "-root_node_modules"
35}
36
37func functionsNodeModules(branch string) string {
38 return sanitizeBranch(branch) + "-functions_node_modules"

Callers 2

functionsFunction · 0.85
ComposeFileFromConfigFunction · 0.85

Calls 1

sanitizeBranchFunction · 0.85

Tested by

no test coverage detected