MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / DeriveImpl

Class DeriveImpl

internal/cbm/lsp/rust_lsp.c:5816–5820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5814 bool is_static; /* no `self` (e.g. `default`, `parse`) */
5815 };
5816 struct DeriveImpl {
5817 const char *derive_name;
5818 const char *trait_qn;
5819 struct DeriveMethod methods[4]; /* NULL-terminated by empty short_name */
5820 };
5821 static const struct DeriveImpl derives[] = {
5822 {"Clone", "core.clone.Clone", {{"clone", NULL, false}, {NULL, NULL, false}}},
5823 {"Copy", "core.marker.Copy", {{NULL, NULL, false}}}, /* marker — no methods */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected