MCPcopy Index your code
hub / github.com/github/copilot-sdk / rustDeprecatedAttributes

Function rustDeprecatedAttributes

scripts/codegen/rust.ts:71–73  ·  view source on GitHub ↗
(indent = "")

Source from the content-addressed store, hash-verified

69};
70
71function rustDeprecatedAttributes(indent = ""): string[] {
72 return [`${indent}#[doc(hidden)]`, `${indent}#[deprecated]`];
73}
74
75/**
76 * JSON property names that should be emitted as a hand-authored newtype rather

Callers 3

emitRustTypeAliasFunction · 0.85
emitRustStructFunction · 0.85
buildDocsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…