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