MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / fetch

Method fetch

test/test.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 fetch() {
48 console.log(`${this.name} is fetching a ball`);
49 }
50}
51
52const myDog = new Dog('Buddy', 'Golden Retriever');

Callers 1

test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected