MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / Dog

Method Dog

tests/test_parser/test_sample/c_sharp_test_sample.cs:23–30  ·  view source on GitHub ↗

Constructor Declaration of Class

(String name, String breed,
                  int age, String color)

Source from the content-addressed store, hash-verified

21
22 // Constructor Declaration of Class
23 public Dog(String name, String breed,
24 int age, String color)
25 {
26 this.name = name;
27 this.breed = breed;
28 this.age = age;
29 this.color = color;
30 }
31
32 // Docstring of this function
33 static void Main(string[] args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected