()
| 22 | project = 'GoogleCloudProjectNameHERE'; |
| 23 | |
| 24 | function auth() { |
| 25 | cache = CacheService.getUserCache(); |
| 26 | token = ScriptApp.getOAuthToken(); |
| 27 | cache.put("token", token); |
| 28 | } |
| 29 | |
| 30 | function pullVariables() { |
| 31 | var ss = SpreadsheetApp.getActiveSpreadsheet(); |
no outgoing calls
no test coverage detected