MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / where

Method where

src/hx/cppia/CppiaModule.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207void CppiaModule::where(CppiaExpr *e)
208{
209 if (linkingClass && layout)
210 CPPIALOG(" in %s::%p\n", linkingClass->name.c_str(), layout);
211 CPPIALOG(" %s at %s:%d %s\n", e->getName(), e->filename, e->line, e->functionName);
212}
213
214
215

Callers 6

linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80

Calls 2

c_strMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected