[#btck_context_copy] = btck_context_copy :mrdocs: Copy the context. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard, __nonnull__]] xref:btck_Context-07.adoc[btck_Context]* btck_context_copy(xref:btck_Context-07.adoc[btck_Context] const* context); ---- == Return Value Opaque data structure for holding a kernel context. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *context* | Opaque data structure for holding a kernel context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#