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

Class DeriveMethod

internal/cbm/lsp/rust_lsp.c:5811–5815  ·  view source on GitHub ↗

Curated derive → (trait QN, [methods with sig sketch]) table. */

Source from the content-addressed store, hash-verified

5809 {
5810 /* Curated derive → (trait QN, [methods with sig sketch]) table. */
5811 struct DeriveMethod {
5812 const char *short_name;
5813 const char *return_type; /* QN or NULL for unknown */
5814 bool is_static; /* no `self` (e.g. `default`, `parse`) */
5815 };
5816 struct DeriveImpl {
5817 const char *derive_name;
5818 const char *trait_qn;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected