MCPcopy Create free account
hub / github.com/crawl/crawl / set_sync_id

Method set_sync_id

crawl-ref/source/ui.cc:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void Widget::set_sync_id(string id)
433{
434 ASSERT(!_get_parent()); // synced widgets are collected on layout push/pop
435 m_sync_id = id;
436}
437
438#ifdef USE_TILE_WEB
439void Widget::sync_save_state()

Callers 3

msgwin_get_lineFunction · 0.80
_choose_seedFunction · 0.80
_choose_arena_teamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected