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

Function FieldMapAppendFields

src/hx/Anon.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54void FieldMapAppendFields(FieldMap *inMap,Array<String> &outFields)
55{
56 Array<String> keys = __string_hash_keys(*inMap);
57 if (outFields->length==0)
58 outFields = keys;
59 else
60 outFields = outFields->concat(keys);
61}
62
63
64// -- Anon_obj -------------------------------------------------

Callers 1

GetInstanceFieldsMethod · 0.85

Calls 2

__string_hash_keysFunction · 0.85
concatMethod · 0.80

Tested by

no test coverage detected