Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ isN
Function
isN
src/myFunc.cpp:1371–1375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1369
return 0;
1370
}
1371
int isN (const char & a) {
1372
if ((a ==
'N'
)||(a ==
'n'
))
1373
return 1;
1374
return 0;
1375
}
1376
int isSpaceCharacter (const char & a) {
1377
if ((a ==
'\n'
)||(a ==
' '
)||(a ==
'\t'
))
1378
return 1;
Callers
1
fillCGprofile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected