MCPcopy 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

3export const dynamic = "force-dynamic";
4
5function isConfigured(): boolean {
6 return Boolean(process.env.GOOGLE_TASKS_SCRIPT);
7}
8
9export async function GET() {
10 if (!isConfigured()) {

Callers 2

GETFunction · 0.85
PATCHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected