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

Method getState

lib/validator.js:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 getState () {
81 return {
82 ajvOptions: this._ajvOptions,
83 ajvSchemas: this._ajvSchemas
84 }
85 }
86
87 static restoreFromState (state) {
88 const validator = new Validator(state.ajvOptions)

Callers 2

buildStandaloneCodeFunction · 0.45
debug-mode.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected