MCPcopy
hub / github.com/Kong/insomnia / toJSON

Method toJSON

packages/insomnia/bin/yarn-standalone.js:28829–28831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28827 return this.digest && Buffer.from(this.digest, 'base64').toString('hex')
28828 }
28829 toJSON () {
28830 return this.toString()
28831 }
28832 toString (opts) {
28833 if (opts && opts.strict) {
28834 // Strict mode enforces the standard as close to the foot of the

Callers 8

parseCookieFunction · 0.45
getCookiesForUrlFunction · 0.45
registerCookieHandlersFunction · 0.45
cookiesFromJarFunction · 0.45
renderMethod · 0.45
yarn-standalone.jsFile · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected