MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / expectDefined

Function expectDefined

apps/cloud/src/mcp/telemetry.test.ts:53–55  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

51};
52
53const expectDefined: <T>(value: T) => asserts value is NonNullable<T> = (value) => {
54 expect(value).toBeDefined();
55};
56
57const postRequest = (body: unknown): Request =>
58 new Request("https://executor.sh/mcp", {

Callers 1

telemetry.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected