MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / create

Method create

packages/deno/lib.deno.d.ts:17154–17154  ·  view source on GitHub ↗
(ctx: RuleContext)

Source from the content-addressed store, hash-verified

17152 */
17153 export interface Rule {
17154 create(ctx: RuleContext): LintVisitor;
17155 destroy?(ctx: RuleContext): void;
17156 }
17157

Callers 15

normalize.test.tsFile · 0.65
zoderrrors.test.tsFile · 0.65
index.test.tsFile · 0.65
headersToDictFunction · 0.65
applyFunction · 0.65
_createPatchMapFunction · 0.65
test-helper.tsFile · 0.65
_createPatchMapMethod · 0.65
instrumentContextFunction · 0.65
runFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected