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

Function makeTextSection

assets/compare_trajectory/app.js:420–422  ·  view source on GitHub ↗
(text, label = '')

Source from the content-addressed store, hash-verified

418}
419
420function makeTextSection(text, label = '') {
421 return { type: 'text', label, text: String(text || '').trim() };
422}
423
424function makeCodeSection(text, language = '', label = '') {
425 return {

Callers 1

buildRichTextSectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected