MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / push

Method push

tools/compileDataView.js:151–156  ·  view source on GitHub ↗
(value, etc)

Source from the content-addressed store, hash-verified

149 if (line.length) this.push(line);
150 }
151 push(value, etc) {
152 if (etc) throw new Error("unexpected");
153 if (undefined === value)
154 return;
155 super.push(value);
156 }
157}
158
159const hex = "0123456789ABCDEF";

Callers 15

addMethod · 0.95
compileDataViewFunction · 0.95
addMCConfigCFileMethod · 0.45
addMCConfigDTSFileMethod · 0.45
addMCConfigJSFileMethod · 0.45
addMCRunCFileMethod · 0.45
addMCRunCFolderMethod · 0.45
addMCRunDTSFileMethod · 0.45
addSourcesMethod · 0.45
addXSFileMethod · 0.45
parseSignaturesMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected