MCPcopy
hub / github.com/IvanMathy/Boop / throwWarning

Function throwWarning

Boop/Boop/scripts/lib/js-yaml.js:1177–1181  ·  view source on GitHub ↗
(state, message)

Source from the content-addressed store, hash-verified

1175}
1176
1177function throwWarning(state, message) {
1178 if (state.onWarning) {
1179 state.onWarning.call(null, generateError(state, message));
1180 }
1181}
1182
1183
1184var directiveHandlers = {

Callers 3

js-yaml.jsFile · 0.85
skipSeparationSpaceFunction · 0.85
readDocumentFunction · 0.85

Calls 1

generateErrorFunction · 0.85

Tested by

no test coverage detected