MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / toLine

Method toLine

src/shared/interfaces.ts:130–130  ·  view source on GitHub ↗
(maxLength: number)

Source from the content-addressed store, hash-verified

128 readonly severity: LogSeverity;
129 readonly category: LogCategory;
130 toLine(maxLength: number): string;
131}
132
133/**

Callers 3

logToConsoleFunction · 0.65
captureLogsFunction · 0.65
activateFunction · 0.65

Implementers 1

LogMessageImplsrc/shared/logging.ts

Calls

no outgoing calls

Tested by

no test coverage detected