MCPcopy Index your code
hub / github.com/ffay/lanproxy / error

Function error

proxy-server/webpages/template/template.js:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125
126 o.error(e);
127 function error() {
128 return 'template.js error';
129 }
130 error.toString = function () {
131 return '__code__ = "template.js error"';
132 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected