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

Function tokenNote

assets/compare_trajectory/app.js:1922–1927  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

1920 return 'Estimating output tokens...';
1921 },
1922 tokenNote(trace) {
1923 if (!trace) {
1924 return '';
1925 }
1926 return trace.tokenSourceLabel;
1927 },
1928 async handleFileInput(side, event) {
1929 const file = event.target.files && event.target.files[0];
1930 if (!file) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected