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