(blockId string)
| 129 | } |
| 130 | |
| 131 | func MakeFeBlockRouteId(blockId string) string { |
| 132 | return "feblock:" + blockId |
| 133 | } |
| 134 | |
| 135 | func MakeBuilderRouteId(builderId string) string { |
| 136 | return "builder:" + builderId |
no outgoing calls
no test coverage detected