Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ Scope
Method
Scope
LuaSTGPlus/Utility.h:17–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
Scope(const Scope&);
16
public:
17
Scope(std::function<void()> exitJob)
18
: m_WhatToDo(exitJob) {}
19
~Scope()
20
{
21
m_WhatToDo();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected