MCPcopy 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
43const logHeader: string[] = [];
44export function clearLogHeader() {
45 logHeader.length = 0;
46}
47export function getLogHeader(suppressHeaderFooter?: boolean) {
48 if (!logHeader.length)
49 return "";

Callers 1

buildLogHeadersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected