MCPcopy Create free account
hub / github.com/clementgallet/libTAS / devnum

Method devnum

src/library/inputs/udevwrappers.cpp:679–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677
678 String driver() const { return propertyValue("DRIVER"); }
679 dev_t devnum() const { return dev; }
680 String action() const { return nullptr; }
681 unsigned long long int seqnum() const { return 0; }
682 unsigned long long int usecSinceInitialized() const { return 0; }

Callers 2

fromDevnumMethod · 0.80
udev_device_get_devnumFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected