MCPcopy
hub / github.com/prisma/prisma / header

Method header

packages/cli/src/init/generated-files.ts:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 header(): string {
30 const header = path.basename(this.#basePath)
31 if (this.#children.size === 0) {
32 return header
33 } else {
34 return `${header}/`
35 }
36 }
37
38 *entries(): Iterable<GeneratedFiles> {
39 for (const entry of this.#children.values()) {

Callers 6

parseDurationFromHeadersFunction · 0.80
parseSizeFromHeadersFunction · 0.80
createHonoServerFunction · 0.80
formatLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected