MCPcopy Create free account
hub / github.com/bcoe/c8 / apple

Function apple

test/fixtures/normal.js:5–12  ·  view source on GitHub ↗
(awesome)

Source from the content-addressed store, hash-verified

3console.info('i am a line of code')
4
5function apple (awesome) {
6 if (false || true) {
7 console.info('what')
8 }
9 if (true || false) {
10 console.log('hey')
11 }
12}
13
14function missed () {
15

Callers 1

normal.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected