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

Function createGreeter

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

Source from the content-addressed store, hash-verified

23
24// Function
25function createGreeter(prefix) {
26 return new Greeting(prefix)
27}
28
29// Arrow function
30const greetAsync = async (greeter, name) => {

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected