MCPcopy Create free account
hub / github.com/ScaleX-IO/uGDS / controller

Class controller

src/libnvm/ctrl.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * Helper function to allocate a handle container.
26 */
27static struct controller* create_handle(struct device* dev, const struct device_ops* ops, enum device_type type)
28{
29 int err;
30 struct controller* handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected