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

Function isReqCallCompile

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

Source from the content-addressed store, hash-verified

279}
280
281function isReqCallCompile (node, parent) {
282 return node.type === 'MemberExpression'
283 && node.property.name === 'compile'
284 && parent.type === 'CallExpression'
285}
286
287function isCallExpression (node, glvar) {
288 return node.type === 'Identifier'

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…