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

Method get_base_name

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

Source from the content-addressed store, hash-verified

715 return cflags
716
717 def get_base_name(self):
718 name = super().get_base_name()
719 if self.is_mt:
720 name += '-mt'
721 if self.is_ww:
722 name += '-ww'
723 return name
724
725 @classmethod
726 def vary_on(cls):

Callers

nothing calls this directly

Calls 1

get_base_nameMethod · 0.45

Tested by

no test coverage detected