MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / is_storage

Function is_storage

MathBox/mathbox-core.js:33720–33725  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

33718}
33719
33720function is_storage(token) {
33721 return token.data === 'const' ||
33722 token.data === 'attribute' ||
33723 token.data === 'uniform' ||
33724 token.data === 'varying'
33725}
33726
33727function is_parameter(token) {
33728 return token.data === 'in' ||

Callers 1

storage_or_notFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected