MCPcopy Create free account
hub / github.com/Web3Auth/Auth / stringify

Function stringify

src/utils/jrpc.ts:44–46  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

42 * @returns The stringified value.
43 */
44export function stringify(value: unknown): string {
45 return jsonStableStringify(value, { space: 2 });
46}
47
48// ─── JRPC Type Guards ───────────────────────────────────────────────────────────
49

Callers 11

utils.test.tsFile · 0.90
jrpcServer.test.tsFile · 0.90
deserializeErrorFunction · 0.90
handleMethod · 0.90
nextMethod · 0.90
_updateResultMethod · 0.90
toStringMethod · 0.85
toStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected