MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp21 / makeDog

Method makeDog

lab6/capers/CapersRepository.java:51–53  ·  view source on GitHub ↗

Creates and persistently saves a dog using the first three non-command arguments of args (name, breed, age). Also prints out the dog's information using toString().

(String name, String breed, int age)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected