MCPcopy Index your code
hub / github.com/dataease/SQLBot / throwWarning

Function throwWarning

frontend/public/swagger-ui-bundle.js:33086–33088  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

33084 function throwError(s, o) {
33085 throw generateError(s, o)
33086 }
33087 function throwWarning(s, o) {
33088 s.onWarning && s.onWarning.call(null, generateError(s, o))
33089 }
33090 var zr = {
33091 YAML: function handleYamlDirective(s, o, i) {

Callers 3

skipSeparationSpaceFunction · 0.85
readDocumentFunction · 0.85

Calls 1

generateErrorFunction · 0.85

Tested by

no test coverage detected