Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
formatMessage
Function · 0.95
renderArrayPreview
Function · 0.95
renderObjectPreview
Function · 0.95
formatFunctionDescription
Function · 0.95
incrementalEsbuild
Function · 0.80
compileTs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected