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

Function build

test/debug-mode.test.js:10–21  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

8const Serializer = require('../lib/serializer')
9
10function build (opts) {
11 return fjs({
12 title: 'default string',
13 type: 'object',
14 properties: {
15 firstName: {
16 type: 'string'
17 }
18 },
19 required: ['firstName']
20 }, opts)
21}
22
23test('activate debug mode', t => {
24 t.plan(5)

Callers 15

string.test.jsFile · 0.70
anyof.test.jsFile · 0.70
buildTestFunction · 0.70
sanitize6.test.jsFile · 0.70
infinity.test.jsFile · 0.70
sanitize4.test.jsFile · 0.70
oneof.test.jsFile · 0.70
typebox.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…