MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / ILibSparseArray_CreateEx

Function ILibSparseArray_CreateEx

3rdparty/webrtc/Microstack/ILibParsers.c:5799–5802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5797 return(retVal);
5798}
5799ILibSparseArray ILibSparseArray_CreateEx(ILibSparseArray source)
5800{
5801 return(ILibSparseArray_Create(((ILibSparseArray_Root*)source)->bucketSize, ((ILibSparseArray_Root*)source)->bucketizer));
5802}
5803
5804
5805int ILibSparseArray_Comparer(void *obj1, void *obj2)

Callers 2

ILibSparseArray_MoveFunction · 0.85

Calls 1

ILibSparseArray_CreateFunction · 0.85

Tested by

no test coverage detected