Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
const
myDog =
new
Dog(
'Buddy'
,
'Golden Retriever'
);
Callers
1
test.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected