MCPcopy
hub / github.com/microsoft/vscode-js-debug / build

Method build

src/common/budgetStringBuilder.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 build(): string {
43 return this._tokens.join(this._separator);
44 }
45
46 isEmpty(): boolean {
47 return !this._tokens.length;

Callers 6

formatMessageFunction · 0.95
renderArrayPreviewFunction · 0.95
renderObjectPreviewFunction · 0.95
incrementalEsbuildFunction · 0.80
compileTsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected