MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / dashCase

Function dashCase

Extension/src/Utility/Text/identifiers.ts:44–46  ·  view source on GitHub ↗
(identifier: string | string[])

Source from the content-addressed store, hash-verified

42
43/** reformat an identifier to dash case */
44export function dashCase(identifier: string | string[]): string {
45 return deconstruct(identifier).join('-');
46}

Callers

nothing calls this directly

Calls 1

deconstructFunction · 0.85

Tested by

no test coverage detected