Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
console.info(
'i am a line of code'
)
4
5
function
apple (awesome) {
6
if
(false || true) {
7
console.info(
'what'
)
8
}
9
if
(true || false) {
10
console.log(
'hey'
)
11
}
12
}
13
14
function
missed () {
15
Callers
1
normal.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected