(source: TransformedSource)
| 70 | }; |
| 71 | |
| 72 | export const cacheCtrl = (source: TransformedSource): string => |
| 73 | source.cacheTime ? `max-age=${source.cacheTime.value}` : 'no-cache'; |
| 74 | |
| 75 | export const computeRouteCount = ( |
| 76 | sources: CppCodeSources, |
no outgoing calls
no test coverage detected