MCPcopy Create free account
hub / github.com/microsoft/SandDance / glKey

Function glKey

docs/tests/v2/es6/js/sanddance.js:3469–3475  ·  view source on GitHub ↗
(gl, value)

Source from the content-addressed store, hash-verified

3467}
3468
3469function glKey(gl, value) {
3470 if (value === undefined) {
3471 _log.default.removed('glKey(value)', 'glKey(gl, value)', '6.0')();
3472 }
3473
3474 return getKey(gl, value);
3475}
3476
3477function glKeyType(gl, value) {
3478 if (value === undefined) {

Callers

nothing calls this directly

Calls 2

getKeyFunction · 0.70
removedMethod · 0.45

Tested by

no test coverage detected