MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / functiontostring.test.ts

File functiontostring.test.ts

packages/core/test/lib/integrations/functiontostring.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterAll, beforeEach, describe, expect, it } from 'vitest';
2import { fill, getClient, getCurrentScope, setCurrentClient } from '../../../src';
3import { functionToStringIntegration } from '../../../src/integrations/functiontostring';
4import { getDefaultTestClientOptions, TestClient } from '../../mocks/client';

Callers

nothing calls this directly

Calls 7

setCurrentClientFunction · 0.90
getCurrentScopeFunction · 0.90
fillFunction · 0.90
getClientFunction · 0.90
setClientMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected