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

Method __CStr

src/hx/Object.cpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144String Object::__ToString() const { return HX_CSTRING("Object"); }
145
146const char * Object::__CStr() const { return __ToString().__CStr(); }
147
148
149hx::Val Object::__SetField(const String &inField,const hx::Val &inValue, hx::PropertyAccess inCallProp)

Callers 15

val_stringFunction · 0.45
val_bufferFunction · 0.45
val_call0_traceexceptFunction · 0.45
val_iter_field_valsFunction · 0.45
val_iter_fieldsFunction · 0.45
__traceFunction · 0.45
hxLoadLibraryFunction · 0.45
GetFileContentsFunction · 0.45
__loadprimFunction · 0.45
__hxcpp_get_proc_addressFunction · 0.45
Lib.cppFile · 0.45
handlerMethod · 0.45

Calls 1

__ToStringFunction · 0.85

Tested by

no test coverage detected