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

Function isReqCallFile

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

Source from the content-addressed store, hash-verified

273}
274
275function isReqCallFile (node, parent) {
276 return node.type === 'MemberExpression'
277 && node.property.name === 'file'
278 && parent.type === 'CallExpression'
279}
280
281function isReqCallCompile (node, parent) {
282 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…