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

Method printGreeting

packages/code-map/__tests__/test-langs/test.ts:19–21  ·  view source on GitHub ↗
(greeter: Greeter, name: string)

Source from the content-addressed store, hash-verified

17
18 // Static method
19 static printGreeting(greeter: Greeter, name: string): void {
20 console.log(greeter.greet(name))
21 }
22}
23
24// Function

Callers 1

test.tsFile · 0.45

Calls 1

greetMethod · 0.65

Tested by

no test coverage detected