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

Function data

assets/compare_trajectory/app.js:1775–1787  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1773
1774const app = createApp({
1775 data() {
1776 return {
1777 activeView: 'summary',
1778 traceTab: 'python',
1779 dragTarget: null,
1780 left: null,
1781 right: null,
1782 errors: { left: '', right: '' },
1783 attachmentErrors: { left: '', right: '' },
1784 tokenTarget: 'model:o3',
1785 tokenizerStatus: 'Ready.'
1786 };
1787 },
1788 computed: {
1789 slots() {
1790 return [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected