MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_base_name

Method get_base_name

tools/system_libs.py:2006–2010  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2004 return super().vary_on() + ['with_rtti']
2005
2006 def get_base_name(self):
2007 name = super().get_base_name()
2008 if self.with_rtti:
2009 name += '-rtti'
2010 return name
2011
2012 def get_files(self):
2013 return [utils.path_from_root('system/lib/embind/bind.cpp')]

Callers

nothing calls this directly

Calls 1

get_base_nameMethod · 0.45

Tested by

no test coverage detected