(details)
| 25035 | } |
| 25036 | |
| 25037 | function getErrorMessage (details) { |
| 25038 | details = details ? ': ' + details : ''; |
| 25039 | return '<!-- invalid XML' + details + ' -->'; |
| 25040 | } |
| 25041 | |
| 25042 | function createSchemaXML (name, definition, models, config) { |
| 25043 | var $ref = _.isObject(definition) ? definition.$ref : null; |
no outgoing calls
no test coverage detected