MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / Bodied

Class Bodied

__tests__/fixtures/kernel-parity/TortureFileScoped.cs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14public record Empty;
15
16public record Bodied(string Label) : BaseDto(Label)
17{
18 public string Loud() { return Shout(Label); }
19}
20
21public class Svc(IRepo repo, ICache cache) : Base(repo), IThing
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected