Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
durableobject.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected