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

Function FieldMapSet

src/hx/Anon.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41#ifdef HXCPP_GC_GENERATIONAL
42void FieldMapSet(hx::Object *inThis,FieldMap *inMap, const String &inName, const Dynamic &inValue)
43{
44 __string_hash_set(inThis,*inMap, inName, inValue,true);
45}
46#else
47void FieldMapSet(FieldMap *inMap, const String &inName, const Dynamic &inValue)
48{

Callers 1

setFieldMethod · 0.85

Calls 1

__string_hash_setFunction · 0.85

Tested by

no test coverage detected