MCPcopy Create free account
hub / github.com/glslify/glslify / isReqCallExpression

Function isReqCallExpression

transform.js:270–273  ·  view source on GitHub ↗
(node, parent)

Source from the content-addressed store, hash-verified

268}
269
270function isReqCallExpression (node, parent) {
271 return node.type === 'CallExpression'
272 && parent.type === 'CallExpression'
273}
274
275function isReqCallFile (node, parent) {
276 return node.type === 'MemberExpression'

Callers 1

onnodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…