MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / createApplesauceUsb

Function createApplesauceUsb

lib/usb/applesauceusb.cc:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336};
337
338USB* createApplesauceUsb(const std::string& port, const ApplesauceProto& config)
339{
340 instance = new ApplesauceUsb(port, config);
341 return instance;
342}
343
344// vim: sw=4 ts=4 et

Callers 1

get_usb_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected