Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/code-pushup/cli
/ toString
Method
toString
packages/create-cli/src/lib/setup/codegen.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
toString(): string {
34
return
`${this.lines.join(
'\n'
)}\n`;
35
}
36
}
37
38
export
function
generateConfigSource(
Callers
15
generateConfigSource
Function · 0.95
generatePresetSource
Function · 0.95
generateProjectSource
Function · 0.95
runnerArgsToEnv
Function · 0.80
generateRandomId
Function · 0.80
#createGroupMarkers
Method · 0.80
readTextFile
Function · 0.80
formatting.unit.test.ts
File · 0.80
formatNodeValues
Function · 0.80
normalizeTableRows
Function · 0.80
createCell
Function · 0.80
categoriesOverviewSection
Function · 0.80
Calls
no outgoing calls
Tested by
1
printAsListItem
Function · 0.64