MCPcopy Index your code
hub / github.com/microsoft/SandDance / isOperator

Function isOperator

docs/app/js/sanddance-app.js:146367–146369  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

146365 return (type + "").toLowerCase();
146366}
146367function isOperator(type) {
146368 return canonicalType(type) === "operator";
146369}
146370function isCollect(type) {
146371 return canonicalType(type) === "collect";
146372}

Callers 1

parseOperatorFunction · 0.70

Calls 1

canonicalTypeFunction · 0.70

Tested by

no test coverage detected