MCPcopy Create free account
hub / github.com/vercel/vercel / toString

Method toString

packages/oidc/src/token-error.ts:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 toString() {
11 if (this.cause) {
12 return `${this.name}: ${this.message}: ${this.cause}`;
13 }
14 return `${this.name}: ${this.message}`;
15 }
16}

Callers 15

fakeOidcTokenFunction · 0.45
resolveImageTagFunction · 0.45
parseOidcTokenFunction · 0.45
runFunction · 0.45
debugTokenClaimsFunction · 0.45
decodeOidcClaimsFunction · 0.45
runForwardedFunction · 0.45
uniqueContainerNameFunction · 0.45
startContainerFunction · 0.45
captureFunction · 0.45
fetchApiFunction · 0.45
generateQueryStringFunction · 0.45

Calls

no outgoing calls

Tested by 15

fakeOidcTokenFunction · 0.36
setupWorkDirFunction · 0.36
isDemoPublicFunction · 0.36
getLocalhostFunction · 0.36
mockOidcTokenFunction · 0.36
extractAndExecuteLambdaFunction · 0.36
readLambdaResponseBodyFunction · 0.36
onStdoutFunction · 0.36
setupShimDirFunction · 0.36
mockResponseFunction · 0.36
createExpiredTokenFunction · 0.36
createValidTokenFunction · 0.36