MCPcopy
hub / github.com/dotnet/vscode-csharp / getSln

Function getSln

test/vscodeLauncher.ts:115–120  ·  view source on GitHub ↗
(workspacePath: string)

Source from the content-addressed store, hash-verified

113}
114
115function getSln(workspacePath: string): string | undefined {
116 if (workspacePath.endsWith('slnWithGenerator')) {
117 return 'slnWithGenerator.sln';
118 }
119 return undefined;
120}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected