MCPcopy Index your code
hub / github.com/fastify/fast-json-stringify / generateFuncName

Function generateFuncName

index.js:849–851  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

847}
848
849function generateFuncName (context) {
850 return 'anonymous' + context.functionsCounter++
851}
852
853function buildMultiTypeSerializer (context, location, input) {
854 const schema = location.schema

Callers 2

buildObjectFunction · 0.85
buildArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…