MCPcopy Index your code
hub / github.com/QwikDev/qwik / getSafeFilenameForName

Function getSafeFilenameForName

scripts/api-docs.ts:366–369  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

364}
365
366function getSafeFilenameForName(name: string): string {
367 // https://github.com/microsoft/rushstack/blob/d0f8f10a9ce1ce4158ca2da5b79c54c71d028d89/apps/api-documenter/src/utils/Utilities.ts
368 return name.replace(/[^a-z0-9_\-\.]/gi, '_').toLowerCase();
369}
370
371function getEditUrl(config: BuildConfig, fileUrlPath: string | undefined) {
372 if (fileUrlPath) {

Callers 2

getCanonicalFunction · 0.85
getMdFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…