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

Function functionsNodeModules

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

Source from the content-addressed store, hash-verified

35}
36
37func functionsNodeModules(branch string) string {
38 return sanitizeBranch(branch) + "-functions_node_modules"
39}
40
41func ports(host, container uint) []Port {
42 if host == 0 {

Callers 2

functionsFunction · 0.85
ComposeFileFromConfigFunction · 0.85

Calls 1

sanitizeBranchFunction · 0.85

Tested by

no test coverage detected