(ids: AppConfigProfileIdentifiers)
| 51 | } |
| 52 | |
| 53 | function cacheKey(ids: AppConfigProfileIdentifiers): string { |
| 54 | return `${ids.application}/${ids.environment}/${ids.profile}` |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Run one AppConfig poll for `entry`: starts a session if no token is held, then |
no outgoing calls
no test coverage detected