MCPcopy
hub / github.com/dianping/cat / init

Function init

cat-home/src/main/webapp/assets/js/editor/mode-xquery.js:30–36  ·  view source on GitHub ↗
(string, parsingEventHandler)

Source from the content-addressed store, hash-verified

28 };
29
30 function init(string, parsingEventHandler)
31 {
32 eventHandler = parsingEventHandler;
33 input = string;
34 size = string.length;
35 reset(0, 0, 0);
36 }
37
38 this.getInput = function()
39 {

Callers 1

mode-xquery.jsFile · 0.70

Calls 1

resetFunction · 0.70

Tested by

no test coverage detected