MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / getPauseLogMarker

Function getPauseLogMarker

Extension/src/SSH/sshCommandRunner.ts:245–247  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

243}
244
245export function getPauseLogMarker(uuid: string): string {
246 return `${uuid}: pauseLog`;
247}
248
249export function getResumeLogMarker(uuid: string): string {
250 return `${uuid}: resumeLog`;

Callers 1

handleOutputLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected