Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analyticswithadam/App_Script
/ auth
Function
auth
YouTube_Comments.js:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
function
auth() {
64
cache = CacheService.getUserCache();
65
token = ScriptApp.getOAuthToken();
66
cache.put(
"token"
, token);
67
}
68
69
function
formatReport() {
70
auth();
Callers
1
formatReport
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected