Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dart-Code/Dart-Code
/ clearLogHeader
Function
clearLogHeader
src/extension/utils/log.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
const
logHeader: string[] = [];
44
export
function
clearLogHeader() {
45
logHeader.length = 0;
46
}
47
export
function
getLogHeader(suppressHeaderFooter?: boolean) {
48
if
(!logHeader.length)
49
return
""
;
Callers
1
buildLogHeaders
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected