MCPcopy
hub / github.com/DHTMLX/gantt / inList

Function inList

samples/common/codehighlight/javascript.js:275–278  ·  view source on GitHub ↗
(name, list)

Source from the content-addressed store, hash-verified

273 return true;
274 }
275 function inList(name, list) {
276 for (var v = list; v; v = v.next) if (v.name == name) return true
277 return false;
278 }
279 function register(varname) {
280 var state = cx.state;
281 cx.marked = "def";

Callers 2

registerFunction · 0.85
registerVarScopedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected