MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ApiScriptFrame

Class ApiScriptFrame

lib/remote/consolehandler.hpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13
14struct ApiScriptFrame
15{
16 std::mutex Mutex;
17 double Seen{0};
18 int NextLine{1};
19 std::map<String, String> Lines;
20 Dictionary::Ptr Locals;
21};
22
23class ConsoleHandler final : public HttpHandler
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected