RossComputerGuy/stardustos

View on GitHub
newland/src/bus.c

Summary

Maintainability
Test Coverage

TODO found
Open

    // TODO: maybe the bus should have a function call for handling the registration
Severity: Minor
Found in newland/src/bus.c by fixme

TODO found
Open

    // TODO: maybe the bus should have a function call for handling the unregistring
Severity: Minor
Found in newland/src/bus.c by fixme

The function bus_get is never used.
Invalid

bus_t* bus_get(size_t i) {
Severity: Minor
Found in newland/src/bus.c by cppcheck

The function bus_get is never used. (detailed CWE explanation)

The function bus_remdev is never used.
Invalid

int bus_remdev(bus_t* bus, const char* name) {
Severity: Minor
Found in newland/src/bus.c by cppcheck

The function bus_remdev is never used. (detailed CWE explanation)

The function bus_count is never used.
Invalid

size_t bus_count() {
Severity: Minor
Found in newland/src/bus.c by cppcheck

The function bus_count is never used. (detailed CWE explanation)

The function bus_regdev is never used.
Invalid

int bus_regdev(bus_t* bus, const char* name, const char* dname) {
Severity: Minor
Found in newland/src/bus.c by cppcheck

The function bus_regdev is never used. (detailed CWE explanation)

The function bus_unregdev is never used.
Invalid

int bus_unregdev(bus_t* bus, const char* name, const char* dname) {
Severity: Minor
Found in newland/src/bus.c by cppcheck

The function bus_unregdev is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status