MCPcopy Index your code
hub / github.com/gpujs/gpu.js / last

Function last

src/backend/function-tracer.js:3–5  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

1const { utils } = require('../utils');
2
3function last(array) {
4 return array.length > 0 ? array[array.length - 1] : null;
5}
6
7const states = {
8 trackIdentifiers: 'trackIdentifiers',

Callers 3

currentContextMethod · 0.85
useFunctionContextMethod · 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…