MCPcopy Index your code
hub / github.com/TanStack/virtual / serializeArgs

Function serializeArgs

packages/angular-virtual/src/proxy.ts:115–117  ·  view source on GitHub ↗
(...args: Array<any>)

Source from the content-addressed store, hash-verified

113}
114
115function serializeArgs(...args: Array<any>) {
116 return JSON.stringify(args)
117}

Callers 1

toComputedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected