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

Method execute

src/db/db/dbTilingProcessor.cc:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 }
508
509 void execute (const tl::ExpressionParserContext & /*context*/, tl::Variant & /*out*/, const std::vector<tl::Variant> &args, const std::map<std::string, tl::Variant> * /*kwargs*/) const
510 {
511 mp_proc->put (m_ix, m_iy, m_tile_box, args);
512 }
513
514private:
515 TilingProcessor *mp_proc;

Callers

nothing calls this directly

Calls 1

putMethod · 0.45

Tested by

no test coverage detected