MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / device_get_child_count

Function device_get_child_count

TactilityKernel/source/device.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331size_t device_get_child_count(Device* device) {
332 return device->internal->children.size();
333}
334
335void device_for_each_of_type(const DeviceType* type, void* callbackContext, bool(*on_device)(Device* device, void* context)) {
336 ledger_lock();

Callers 1

findSdCardLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected