Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ isConfigured
Function
isConfigured
src/app/api/tasks/route.ts:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
export
const
dynamic =
"force-dynamic"
;
4
5
function
isConfigured(): boolean {
6
return
Boolean(process.env.GOOGLE_TASKS_SCRIPT);
7
}
8
9
export
async
function
GET() {
10
if
(!isConfigured()) {
Callers
2
GET
Function · 0.85
PATCH
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected