MCPcopy Create free account
hub / github.com/TanStack/query / s

Function s

scripts/generate-labeler-config.ts:38–40  ·  view source on GitHub ↗
(n = 1)

Source from the content-addressed store, hash-verified

36
37async function generateLabelerYaml(pairs: Array<LabelerPair>): Promise<string> {
38 function s(n = 1) {
39 return ' '.repeat(n)
40 }
41
42 // Convert the pairs into valid yaml
43 const formattedPairs = pairs

Callers 1

generateLabelerYamlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected