CCF
Loading...
Searching...
No Matches
gov.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
6
8{
16 {
17 public:
18 GovExtension() = default;
19
20 void install(js::core::Context& ctx) override;
21 };
22}
Definition context.h:46
Definition extension_interface.h:16
void install(js::core::Context &ctx) override
Definition gov.cpp:134
Definition consensus.h:9