MCPcopy
hub / github.com/microsoft/SandDance / lastindexof

Function lastindexof

docs/app/js/sanddance-app.js:142998–143000  ·  view source on GitHub ↗
(seq, ...args)

Source from the content-addressed store, hash-verified

142996 return sequence(seq).indexOf(...args);
142997}
142998function lastindexof(seq, ...args) {
142999 return sequence(seq).lastIndexOf(...args);
143000}
143001function slice(seq, ...args) {
143002 return sequence(seq).slice(...args);
143003}

Callers

nothing calls this directly

Calls 1

sequenceFunction · 0.70

Tested by

no test coverage detected