MCPcopy Create free account
hub / github.com/microsoft/Webwright / uniqueStrings

Function uniqueStrings

assets/compare_trajectory/app.js:643–645  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

641}
642
643function uniqueStrings(values) {
644 return Array.from(new Set((values || []).filter(Boolean)));
645}
646
647function appendPythonScripts(target, seen, text, options = {}) {
648 extractPythonBlocks(text).forEach((block) => {

Callers 2

createDetailEntryFunction · 0.85
appendPythonScriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected