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

Function extractLargeOutputPath

assets/compare_trajectory/app.js:530–533  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

528}
529
530function extractLargeOutputPath(text) {
531 const match = String(text || '').match(/Saved to:\s*(\/\S+)/);
532 return match ? match[1] : '';
533}
534
535function extractSessionMetadata(text) {
536 const source = String(text || '');

Callers 1

parseSessionToolSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected