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

Method rpcMethodOne

packages/cloudflare/test/durableobject.test.ts:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 it('instruments all RPC methods when option is true', () => {
251 const testClass = class {
252 rpcMethodOne() {
253 return 'one';
254 }
255 rpcMethodTwo() {
256 return 'two';
257 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected