MCPcopy Create free account
hub / github.com/Snapchat/Valdi / prettyName

Method prettyName

valdi/vscode_debugger/src/adapter/sources.ts:282–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 async prettyName(): Promise<string> {
283 const path = await this._existingAbsolutePath;
284 if (path) return path;
285 return this._fqname;
286 }
287
288 /**
289 * Gets the human-readable name of the source.

Callers 2

formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected