MCPcopy Create free account
hub / github.com/KLayout/klayout / is_dirty

Function is_dirty

src/laybasic/laybasic/gsiDeclLayLayoutHandle.cc:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static bool is_dirty (const lay::LayoutHandleRef *ref)
97{
98 tl_assert (ref->get () != 0);
99 return ref->get ()->is_dirty ();
100}
101
102static void save_as (lay::LayoutHandleRef *ref, const std::string &filename, const db::SaveLayoutOptions &options, int keep_backups)
103{

Callers

nothing calls this directly

Calls 2

is_dirtyMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected