Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0ldsk00l/nestopia
/ Fetch
Method
Fetch
source/win32/NstWindowDialog.cpp:302–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void Dialog::Fetch(HWND const handle)
303
{
304
NST_ASSERT( handle && !hWnd );
305
306
hWnd = handle;
307
instances.PushBack( this );
308
}
309
310
void Dialog::Ditch(Instances::Iterator const instance)
311
{
Callers
1
DlgProc
Method · 0.45
Calls
1
PushBack
Method · 0.80
Tested by
no test coverage detected