MCPcopy Index your code
hub / github.com/CopilotKit/OpenTag / have

Function have

app/index.ts:60–61  ·  view source on GitHub ↗
(...names: string[])

Source from the content-addressed store, hash-verified

58
59/** True only when every named env var is set and non-empty. */
60const have = (...names: string[]): boolean =>
61 names.every((n) => Boolean(process.env[n]));
62
63async function main() {
64 const agentUrl = required("AGENT_URL");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected