(s, o, i)
| 37513 | const a = sampleFromSchemaGeneric(s, o, i, !0) |
| 37514 | if (a) return 'string' == typeof a ? a : ls()(a, { declaration: !0, indent: '\t' }) |
| 37515 | }, |
| 37516 | sampleFromSchema = (s, o, i) => sampleFromSchemaGeneric(s, o, i, !1), |
| 37517 | resolver = (s, o, i) => [s, JSON.stringify(o), JSON.stringify(i)], |
| 37518 | bs = utils_memoizeN(createXMLExample, resolver), |
nothing calls this directly
no test coverage detected