Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
functionsNodeModules(branch string) string {
38
return
sanitizeBranch(branch) +
"-functions_node_modules"
39
}
40
41
func
ports(host, container uint) []Port {
42
if
host == 0 {
Callers
2
functions
Function · 0.85
ComposeFileFromConfig
Function · 0.85
Calls
1
sanitizeBranch
Function · 0.85
Tested by
no test coverage detected