firecracker-microvm / firecracker
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
14,450 LOC (26%)
34 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
14,450 LOC (26%)
34 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
34
files match defined criteria (
14,450
lines of code,
26.7%
vs. main code). All matches are in *.rs files.
63
lines match the content pattern.
details...
per component - primary logical decomposition
src/devices
in 8 files, 4,111 LOC (33%)
src/vmm
in 7 files, 3,194 LOC (29%)
src/dumbo
in 8 files, 3,494 LOC (81%)
src/arch
in 1 file 262 LOC (7%)
src/cpuid
in 1 file 186 LOC (8%)
src/jailer
in 1 file 917 LOC (40%)
src/mmds
in 1 file 409 LOC (20%)
src/net_gen
in 1 file 145 LOC (8%)
src/utils
in 1 file 67 LOC (4%)
src/logger
in 1 file 521 LOC (48%)
src/firecracker
in 2 files, 512 LOC (69%)
src/rate_limiter
in 1 file 507 LOC (73%)
src/snapshot
in 1 file 125 LOC (22%)