MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / createGreeter

Function createGreeter

packages/code-map/__tests__/test-langs/test.ts:25–27  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

23
24// Function
25function createGreeter(prefix: string): Greeter {
26 return new Greeting(prefix)
27}
28
29// Main execution
30const greeting = createGreeter('Hello')

Callers 1

test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected