[#kernel-Context] = xref:kernel.adoc[kernel]::Context :relfileprefix: ../ :mrdocs: Process‐wide context owning the libbitcoin_kernel global state. == Synopsis Declared in `<kernel/context.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Context; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:kernel/Context/2constructor.adoc[`Context`] [.small]#[constructor]# | Construct the kernel context and initialize its global state. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:kernel/SanityChecks.adoc[`SanityChecks`] | Ensure a usable environment with all necessary library support. | xref:AppInitSanityChecks.adoc[`::AppInitSanityChecks`] | Initialization sanity checks. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#