MCPcopy Index your code
hub / github.com/simstudioai/sim / toBase64Url

Function toBase64Url

apps/sim/lib/uploads/core/upload-token.ts:25–25  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

23}
24
25const toBase64Url = (input: string): string => Buffer.from(input, 'utf8').toString('base64url')
26
27const fromBase64Url = (input: string): string => Buffer.from(input, 'base64url').toString('utf8')
28

Callers 1

signUploadTokenFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected