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

Function is_storage

MathBox/mathbox-bundle.js:80405–80410  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

80403}
80404
80405function is_storage(token) {
80406 return token.data === 'const' ||
80407 token.data === 'attribute' ||
80408 token.data === 'uniform' ||
80409 token.data === 'varying'
80410}
80411
80412function is_parameter(token) {
80413 return token.data === 'in' ||

Callers 1

storage_or_notFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected